...
Question 5642 – Compiler-Design
May 17, 2024
Question 5771 – Compiler-Design
May 17, 2024
Question 5642 – Compiler-Design
May 17, 2024
Question 5771 – Compiler-Design
May 17, 2024

Question 5768 – Compiler-Design

‘Macro’ in an assembly level program is _______.

Correct Answer: A

Question 273 Explanation: 
→ A macro is a sequence of instructions, assigned by a name and could be used anywhere in the program.
→ A macro is an extension to the basic ASSEMBLER language. They provide a means for generating a commonly used sequence of assembler instructions/statements.
→ The sequence of instructions/statements will be coded ONE time within the macro definition. Whenever the sequence is needed within a program, the macro will be “called”.
A
sub program
B
a complete program
C
a hardware portion
D
relative coding

Leave a Reply

Your email address will not be published. Required fields are marked *