Explore topic-wise MCQs in Microprocessors.

This section includes 4 Mcqs, each offering curated multiple-choice questions to sharpen your Microprocessors knowledge and support exam preparation. Choose a topic below to get started.

1.

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

A. programs with more than one segment for data and code
B. programs with FAR subroutines each of size up to 64KB
C. programs with more than one segment for stack
D. all of the mentioned
Answer» E.
2.

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
Answer» E.
3.

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

A. subroutine
B. procedure
C. main routine
D. main routine and subroutine
Answer» D. main routine and subroutine
4.

The method of defining the interrupt service routine for software is

A. same as that of hardware
B. difficult than hardware
C. easier than software
D. none of the mentioned
Answer» B. difficult than hardware