Primary Memory Quiz 5 (10 MCQs)

This set of multiple-choice questions evaluates understanding of data flow in computer systems, processor-memory interaction, and the IPOS cycle. It covers primary memory types, including RAM and ROM, their characteristics, and functions such as read/write operations, data retention, and access time. The questions also assess knowledge of cache memory and its role in enhancing processing speed.

Quiz Instructions

Select an option to see the correct answer instantly.

1. Which unit holds data temporarily?
2. What is a non-volatile type of memory that keeps data in chips even when the computer is shut off?
3. RAM is a type of
4. Cache memory
5. Which type of memory stores frequently used instructions and data.
6. During the input-processing-output-storage(IPOS)cycle, a two-way flow of data takes place between.
7. Which of the following memories has the shortest access time?
8. Which type of memory holds only the program and data that the CPU is presently processing?
9. Which loses its contents when the power is turned off?
10. What storage loses its data every time the computer is turned off?

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. It includes types like RAM and ROM.

How does primary memory affect processing speed?

Primary memory affects processing speed because the CPU can access data stored in it much faster than from secondary storage. This quick access time allows for faster data processing.

What is the difference between RAM and ROM?

RAM (Random Access Memory) is volatile memory used for temporary data storage and can be read from and written to. ROM (Read-Only Memory) is non-volatile and contains permanent data that cannot be changed.

What is cache memory and how does it work?

Cache memory is a small, fast memory that stores frequently used data to speed up access times. It works by predicting which data the CPU will need next and pre-loading it into the cache.

How does the CPU interact with primary memory?

The CPU interacts with primary memory through the IPOS (Input, Process, Output, Storage) cycle, where it reads data from memory, processes it, and writes the results back to memory.