Multiple choice questions and answers (MCQ) based on the Procedures and Macros of the 8086 microprocessor with 4 choices, correct answer and explanation.
Title | |
---|---|
Which of the following assembler directives are used to define a Procedure in the 8086 microprocessor?Which of the following assembler directives are used to define a Procedure in the 8086 microprocessor?
The answer is:
D. None of the above
|
|
Which of the following features is not offered by Macros?Which of the following features is not offered by Macros?
The answer is:
B. Less memory space
|
|
Which of the following is the correct syntax for calling a Macro?Which of the following is the correct syntax for calling a Macro?
The answer is:
C. macro_name [parameter's list]
|
|
Which of the following characteristics of Procedures makes it unfit for being used for short instruction sets with less number of instructions?Which of the following characteristics of Procedures makes it unfit for being used for short instruction sets with less number of instructions?
The answer is:
D. All of the Above
|
|
In a program, a Macro is being called 'n' times. Then how many times is the machine code generated for the same?In a program, a Macro is being called 'n' times. Then how many times is the machine code generated for the same?
The answer is:
B. 'n' times
|
MCQs
Views
Best Answers
Points