Primary Memory Quiz 3 (10 MCQs)

This set of multiple-choice questions evaluates understanding of CPU architecture, primary memory (RAM), and related concepts such as BIOS, CPU registers, and data storage. It tests knowledge of volatile and non-volatile memory types, read-write operations, and the role of primary memory in program execution and temporary data storage.

Quiz Instructions

Select an option to see the correct answer instantly.

1. Which of the ff is a volatile memory?
2. A high speed device used in CPU for temporary storage during processing is called
3. Which of the following devices stores instructions that help the computer startup?
4. What is meant by the term RAM?
5. Temporary storage of data in a computer is in the?
6. Main memory stores
7. A computer memory that acts as the main storage available to user for programs and data
8. Primary memory stores
9. This type of memory has a large number of storage locations each identified by an address.
10. This is volatile storage

Frequently Asked Questions

What is primary memory?

Primary memory, also known as main memory, is the high-speed storage in a computer where data and programs are temporarily stored for quick access by the CPU.

What types of primary memory are there?

Primary memory includes volatile memory like RAM (Random Access Memory) and non-volatile memory like ROM (Read-Only Memory), which stores startup instructions.

How does primary memory differ from secondary storage?

Primary memory is faster and more directly accessible by the CPU, while secondary storage, such as hard drives, is slower but has larger capacity and is non-volatile.

What is the role of RAM in a computer?

RAM is a type of volatile memory that provides temporary storage for data and programs currently being used by the CPU, allowing for quick access and processing.

How does the CPU interact with primary memory?

The CPU uses addressable storage in primary memory to read and write data, accessing specific memory locations to execute instructions and process information.