Multiple choice

Macro instructions are __________ abbreviations for groups of instructions.

  1. multi-line

  2. single-line

  3. both (1) and (2)

  4. none of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

A macro instruction is a single line of code that represents a larger, predefined sequence of instructions. When the macro is called, the macro processor expands that single line into the full block of code it stands for. This allows programmers to use single-line abbreviations to simplify complex or repetitive tasks.