Primary Memory Quiz 6 (10 MCQs)

This set of multiple-choice questions evaluates understanding of primary memory types, including RAM (Dynamic and Static), bit density, power consumption, and CPU interaction. It covers concepts such as data storage, direct memory access, and the role of primary memory in computer architecture.

Quiz Instructions

Select an option to see the correct answer instantly.

1. The "Random" in "Random Access Memory" means that..
2. Which is used as the main memory in a computer?
3. RAM is also known as
4. Memory management
5. Which component stores data being accessed by the CPU?
6. Which functional unit temporarily holds data and instructions that are currently being used by the CPU?
7. Where are data and programme stored when the processor uses them?
8. In comparison with static RAM memory, the dynamic RAM memory has
9. Why has RAM been named like this?
10. Primary 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.

How does the CPU interact with primary memory?

The CPU interacts with primary memory through read and write operations, allowing it to fetch instructions and data for processing and store results back into memory.

What types of primary memory are there?

Primary memory includes types such as Dynamic RAM (DRAM) and Static RAM (SRAM), each with different characteristics in terms of speed, power consumption, and cost.

What is the role of primary memory in data storage?

Primary memory serves as a temporary storage area for data and instructions that the CPU needs to access quickly, ensuring efficient processing and execution of programs.

How does Direct Memory Access (DMA) work?

Direct Memory Access allows peripheral devices to transfer data directly to and from primary memory without involving the CPU, which can improve system performance by freeing up the CPU for other tasks.