Primary Memory Quiz 12 (10 MCQs)
Quiz Instructions
Select an option to see the correct answer instantly.
Frequently Asked Questions
What is primary memory?
Primary memory, also known as main memory, is the temporary storage space in a computer where data and programs are kept for quick access by the CPU during processing.
What is the difference between RAM and ROM?
RAM (Random Access Memory) is volatile memory that stores data temporarily for quick access, while ROM (Read-Only Memory) is non-volatile and stores permanent data that cannot be modified.
How does primary memory affect CPU processing?
Primary memory provides the CPU with immediate access to data and instructions, which speeds up processing by reducing the time needed to fetch information from slower storage devices.
What is the role of registers in primary memory?
Registers are high-speed storage areas within the CPU that hold data and instructions temporarily for immediate processing, enhancing the efficiency of CPU operations.
How does primary memory differ from secondary storage?
Primary memory is volatile and used for temporary data storage, while secondary storage is non-volatile and used for long-term data retention, such as hard drives and SSDs.