Question
a.
macros
b.
segment
c.
subroutines
d.
none of the mentioned
Posted under Microprocessor
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. Procedures are also known as
Similar Questions
Discover Related MCQs
Q. Procedures, for their execution, require
View solution
Q. The technique that is used to pass the data or parameter to procedures in assembly language program is by using
View solution
Q. If a procedure is interactive, then
View solution
Q. For passing the parameters to procedures using the PUBLIC and EXTRN directives, it must be declared PUBLIC in the
View solution
Q. The technique to estimate the size of an executable program, before it is assembled and linked is
View solution
Q. To estimate the size of an executable program before it is assembled and linked, the programming methodology concerned is by writing
View solution
Q. If a number of instructions are repeating through the main program, then to reduce the length of the program, __________ is used.
View solution
Q. A macro can be defined as
View solution
Q. A macro can be used as ________
View solution
Q. The end of a macro can be represented by the directive.
View solution
Q. Inserting the statements and instructions represented by macro, directly at the place of the macroname, in the program, is known as
View solution
Q. The time required for execution of a macro is ________ that of the procedure.
View solution
Q. If ânâ denotes the number of clock cycles and âTâ denotes period of the clock at which the microprocessor is running, then the duration of execution of loop once can be denoted by
View solution
Q. The number of instructions actually executed by the microprocessor depends on the
View solution
Q. In case of subroutines, the actual number of instructions executed by the processor depends on
View solution
Q. The step included in generating delays is
View solution
Q. The Count, N can be defined as
View solution
Q. In the instruction set,
MOV CX, BA03H
WAIT: DEC CX
NOP
JNZ WAIT
RET
if the zeroth condition is satisfied then, for execution, the JNZ instruction takes
View solution
Q. In the instruction set,
MOV CX, BA03H
WAIT: DEC CX
NOP
JNZ WAIT
RET
if the zeroth condition is not satisfied, then the JNZ instruction takes
View solution
Q. The maximum count value of 16-bit count register puts a limitation on
View solution
Suggested Topics
Are you eager to expand your knowledge beyond Microprocessor? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!