

MCQOPTIONS
Saved Bookmarks
This section includes 6 Mcqs, each offering curated multiple-choice questions to sharpen your Computer Organization knowledge and support exam preparation. Choose a topic below to get started.
1. |
The assembler stores all the names and their corresponding values in ______ |
A. | Special purpose Register |
B. | Symbol Table |
C. | Value map Set |
D. | None of the mentioned |
Answer» C. Value map Set | |
2. |
When dealing with the branching code the assembler ___________ |
A. | Replaces the target with its address |
B. | Does not replace until the test condition is satisfied |
C. | Finds the Branch offset and replaces the Branch target with it |
D. | Replaces the target with the value specified by the DATAWORD directive |
Answer» D. Replaces the target with the value specified by the DATAWORD directive | |
3. |
The last statement of the source program should be _______ |
A. | Stop |
B. | Return |
C. | OP |
D. | End |
Answer» E. | |
4. |
_____ directive specifies the end of execution of a program. |
A. | End |
B. | Return |
C. | Stop |
D. | Terminate |
Answer» C. Stop | |
5. |
_____ directive is used to specify and assign the memory required for the block of code. |
A. | Allocate |
B. | Assign |
C. | Set |
D. | Reserve |
Answer» E. | |
6. |
Instructions which won t appear in the object program are called as _____ |
A. | Redundant instructions |
B. | Exceptions |
C. | Comments |
D. | Assembler Directives |
Answer» E. | |