adplus-dvertising
frame-decoration

Question

The maximum count value of 16-bit count register puts a limitation on

a.

memory usage

b.

storage of address of registers

c.

to generate clock pulse

d.

to generate maximum delay

Answer: (d).to generate maximum delay

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. The maximum count value of 16-bit count register puts a limitation on

Similar Questions

Discover Related MCQs

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

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

Q. The Count, N can be defined as

Q. The step included in generating delays is

Q. In case of subroutines, the actual number of instructions executed by the processor depends on

Q. The number of instructions actually executed by the microprocessor depends on the

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

Q. The time required for execution of a macro is ________ that of the procedure.

Q. Inserting the statements and instructions represented by macro, directly at the place of the macroname, in the program, is known as

Q. The end of a macro can be represented by the directive.

Q. A macro can be used as ________

Q. A macro can be defined as

Q. If a number of instructions are repeating through the main program, then to reduce the length of the program, __________ is used.

Q. To estimate the size of an executable program before it is assembled and linked, the programming methodology concerned is by writing

Q. The technique to estimate the size of an executable program, before it is assembled and linked is

Q. For passing the parameters to procedures using the PUBLIC and EXTRN directives, it must be declared PUBLIC in the

Q. If a procedure is interactive, then

Q. The technique that is used to pass the data or parameter to procedures in assembly language program is by using

Q. Procedures, for their execution, require

Q. Procedures are also known as