[amp_mcq option1=”procedure name” option2=”macro” option3=”label” option4=”literal E. None of the above” correct=”option2″]
The correct answer is: B. macro
A macro is a sequence of instructions that is replaced by a single instruction prior to assembly or compiling. Macros are often used to simplify code and to make it more reusable.
A procedure name is a name that is used to identify a procedure. A procedure is a group of statements that are executed together.
A label is a name that is used to identify a statement. A statement is a single instruction in a program.
A literal is a value that is used directly in a program. Literals can be numbers, strings, or characters.
E. None of the above is not the correct answer.