

MCQOPTIONS
Saved Bookmarks
This section includes 10 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. |
PHYSICAL_MEMORY_IS_DIVIDED_INTO_SETS_OF_FINITE_SIZE_CALLED_AS_______?$ |
A. | Frames |
B. | Pages |
C. | Blocks |
D. | Vectors |
Answer» B. Pages | |
2. |
DURING_THE_TRANSFER_OF_DATA_BETWEEN_THE_PROCESSOR_AND_MEMORY_WE_USE_______?$ |
A. | Cache |
B. | TLB |
C. | Buffers |
D. | Registers |
Answer» E. | |
3. |
_____ method is used to map logical addresses of variable length onto physical memory? |
A. | Paging |
B. | Overlays |
C. | Segmentation |
D. | Paging with segmentation |
Answer» D. Paging with segmentation | |
4. |
To get the physical address from the logical address generated by CPU we use ____ |
A. | MAR |
B. | MMU |
C. | Overlays |
D. | TLB |
Answer» C. Overlays | |
5. |
When using the Big Endian assignment to store a number, the sign bit of the number is stored in _____ |
A. | The higher order byte of the word |
B. | The lower order byte of the word |
C. | Can’t say |
D. | None of the mentioned |
Answer» B. The lower order byte of the word | |
6. |
The type of memory assignment used in Intel processors is _____ |
A. | Little Endian |
B. | Big Endian |
C. | Medium Endian |
D. | None of the mentioned |
Answer» B. Big Endian | |
7. |
If a system is 64 bit machine, then the length of each word will be _______ |
A. | 4 bytes |
B. | 8 bytes |
C. | 16 bytes |
D. | 12 bytes |
Answer» C. 16 bytes | |
8. |
An 24 bit address generates an address space of ______ locations. |
A. | 1024 |
B. | 4096 |
C. | 2<sup>48</sup> |
D. | 16,777,216 |
Answer» E. | |
9. |
The collection of the above mentioned entities where data is stored is called ______ |
A. | Block |
B. | Set |
C. | Word |
D. | Byte |
Answer» D. Byte | |
10. |
The smallest entity of memory is called _______ |
A. | Cell |
B. | Block |
C. | Instance |
D. | Unit |
Answer» B. Block | |