Multiple choice

Macro languages & their associated processors represent a distinct form of _____.

  1. programming languages

  2. register counter

  3. location counter

  4. instruction counter

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

Macro languages allow programmers to define shorthand for sequences of instructions, which are then expanded by a macro processor. This system provides a way to extend a base language, making it a specialized form of programming language. Unlike counters, which track addresses or values, macro languages focus on code abstraction and generation.