

MCQOPTIONS
Saved Bookmarks
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. |
The labels or constants that can be used by any module in the program is possible when they are declared as |
A. | PUBLIC |
B. | LOCAL |
C. | GLOBAL |
D. | Either PUBLIC or GLOBAL |
Answer» D. Either PUBLIC or GLOBAL | |
2. |
The recurrence of the numerical values or constants in a program code is reduced by |
A. | ASSUME |
B. | LOCAL |
C. | LABEL |
D. | EQU |
Answer» E. | |
3. |
The directive that marks the starting of the logical segment is |
A. | SEG |
B. | SEGMENT |
C. | SEG & SEGMENT |
D. | PROC |
Answer» C. SEG & SEGMENT | |
4. |
The directive that directs the assembler to start the memory allotment for a particular segment/block/code from the declared address is |
A. | OFFSET |
B. | LABEL |
C. | ORG |
D. | GROUP |
Answer» D. GROUP | |