adplus-dvertising
frame-decoration

Question

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

a.

memory location technique

b.

global variable technique

c.

stack

d.

None of the above

Answer: (d).None of the above

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

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

Similar Questions

Discover Related MCQs

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

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

Q. A macro can be defined as

Q. A macro can be used as ________

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

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

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

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 number of instructions actually executed by the microprocessor depends on the

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

Q. The step included in generating delays is

Q. The Count, N can be defined as

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. 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. The maximum count value of 16-bit count register puts a limitation on

Q. When large delays are required, then to serve the purpose