

MCQOPTIONS
Saved Bookmarks
This section includes 9 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_DIRECTIVE_THAT_MARKS_THE_STARTING_OF_THE_LOGICAL_SEGMENT_IS?$ |
A. | SEG |
B. | SEGMENT |
C. | SEG & SEGMENT |
D. | PROC |
Answer» E. | |
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» D. EQU | |
3. |
The directive that directs the assembler to start the memory allotment for a particular segment/block/code from the declared address i? |
A. | OFFSET |
B. | LABEL |
C. | ORG |
D. | GROUP |
Answer» C. ORG | |
4. |
The directive that updates the location counter to the next even address while executing a series of instructions is |
A. | EVN |
B. | EVEN |
C. | EVNE |
D. | EQU |
Answer» D. EQU | |
5. |
The directive that marks the end of a logical segment is |
A. | ENDS |
B. | END |
C. | ENDS & END |
D. | None of the mentioned |
Answer» C. ENDS & END | |
6. |
The directive that marks the end of an assembly language program is |
A. | ENDS |
B. | END |
C. | ENDS & END |
D. | None of the mentioned |
Answer» B. END | |
7. |
a-3, b-2, c-4, d-1 |
A. | a-2, b-3, c-1, d-4 |
B. | a-3, b-1, c-2, d-4 |
C. | a-3, b-1, c-4, d-2 |
Answer» C. a-3, b-1, c-4, d-2 | |
8. |
The directive used to inform the assembler, the names of the logical segments to be assumed for different segments used in the program is |
A. | ASSUME |
B. | SEGMENT |
C. | SHORT |
D. | DB |
Answer» B. SEGMENT | |
9. |
The assembler directives which are the hints using some predefined alphabetical strings are given to |
A. | processor |
B. | memory |
C. | assembler |
D. | processor & assembler |
Answer» D. processor & assembler | |