Memory Units Quiz 9 (10 MCQs)
Quiz Instructions
Select an option to see the correct answer instantly.
Frequently Asked Questions
What is the difference between volatile and non-volatile memory?
Volatile memory, such as RAM, loses its data when the power is turned off, while non-volatile memory, like ROM, retains data even without power.
How does the CPU communicate with memory?
The CPU communicates with memory through a series of memory addresses, which are unique identifiers for storage locations where data can be read from or written to.
What is the role of registers in memory management?
Registers are high-speed storage locations within the CPU that temporarily hold data and instructions for quick access, facilitating faster processing.
How does random access memory (RAM) differ from sequential access memory?
RAM allows data to be accessed directly from any location, while sequential access memory requires data to be read or written in a specific order, typically using read/write heads.
What is the purpose of paging in memory management?
Paging is a memory management technique that divides memory into fixed-size units called pages, allowing efficient allocation and deallocation of memory for processes.