Primary Memory Quiz 2 (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 high-speed storage in a computer where data and programs are temporarily stored for quick access by the CPU.
How does primary memory affect computer performance?
Primary memory significantly impacts computer performance by providing fast access to data and programs, which allows the CPU to execute instructions more quickly.
What is the difference between RAM and ROM?
RAM (Random Access Memory) is volatile memory used for temporary storage of data and programs, while ROM (Read-Only Memory) is non-volatile memory that stores permanent data and instructions.
What is cache memory and how does it work?
Cache memory is a small, high-speed memory that stores frequently accessed data to reduce the time it takes for the CPU to access this data from the main memory.
How does the CPU access speed relate to primary memory?
The CPU access speed is closely tied to primary memory, as faster access to primary memory allows the CPU to retrieve and process data more quickly, enhancing overall system performance.