Primary Memory Quiz 1 (10 MCQs)

This set of multiple-choice questions evaluates understanding of CPU architecture, memory hierarchy, and primary memory types, including RAM and ROM. It tests knowledge of CPU-memory interaction, data retention, and temporary storage, focusing on volatile and non-volatile memory characteristics and their role in data access and processing.

Quiz Instructions

Select an option to see the correct answer instantly.

1. RAM stores the data Permanently.
2. Stores data and applications while they are being used. It only stores them while the computer is on, but when you turn it off, everything is lost. It is known as volatile.
3. Which of these is primary storage?
4. Which type of storage is directly accessible to the CPU?
5. Cache memory acts as a buffer between the processor and
6. A type of memory where data is lost when the computer is switched off
7. Instructions and data that are processed by the CPU are located in .....
8. CPU can access ..... memory directly.
9. Very fast memory that is built into the CPU describes what type of memory?
10. Another term for Main Memory is

Frequently Asked Questions

What is primary memory?

Primary memory, also known as main memory, is the memory in a computer that is directly accessible to the CPU for processing data and instructions.

What types of primary memory are there?

Primary memory typically includes RAM (Random Access Memory) and ROM (Read-Only Memory), which serve different purposes in data storage and processing.

How does the CPU access primary memory?

The CPU accesses primary memory directly and quickly, allowing for efficient processing of data and instructions stored in RAM and ROM.

What is the difference between volatile and non-volatile memory?

Volatile memory, like RAM, loses data when power is turned off, while non-volatile memory, like ROM, retains data even without power.

How does primary memory relate to temporary storage?

Primary memory serves as temporary storage for data and instructions that the CPU needs to access quickly during processing.