Primary Memory Quiz 8 (10 MCQs)

This set of multiple-choice questions evaluates understanding of CPU architecture, register functions, and primary memory hierarchy, including RAM, ROM, SRAM, and cache memory. It tests knowledge of the booting process, firmware, and memory management, focusing on volatile vs non-volatile storage and the speed comparison between high-speed memory and storage.

Quiz Instructions

Select an option to see the correct answer instantly.

1. Which of the following is not true about RAM?
2. RAM is used as a short memory because it is
3. What is cache memory?
4. Temporary memory
5. Physical memory can be divided into fixed-sized blocks called .....
6. Which of these is the fastest memory?
7. What provides short term memory?
8. Registers are .....
9. ROM tells the computer to-
10. What does the RAM store?

Frequently Asked Questions

What is primary memory?

Primary memory, also known as main memory, is the temporary storage space in a computer where data and programs are stored for quick access by the CPU. It includes types like RAM and ROM.

How does RAM differ from ROM?

RAM (Random Access Memory) is volatile and used for temporary storage of data and programs, while ROM (Read-Only Memory) is non-volatile and stores permanent data that cannot be modified.

What is the role of cache memory in a computer?

Cache memory is a high-speed memory that stores frequently accessed data and instructions to speed up the CPU's access time, improving overall system performance.

What is the booting process?

The booting process is the sequence of actions a computer performs when it is turned on, which includes loading the operating system and initializing hardware components.

How does memory management work in a computer?

Memory management involves the allocation and deallocation of memory resources to various processes and programs, ensuring efficient use of the available memory and preventing conflicts.