Primary Memory Quiz 10 (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.
How does primary memory affect system performance?
The capacity and speed of primary memory significantly impact system performance. More RAM allows for more data to be processed simultaneously, leading to faster and smoother operation of the computer.
What happens to data in primary memory when the power is turned off?
Primary memory is volatile, meaning that data stored in it is lost when the power is turned off. This is because it relies on electrical current to retain information.
How does the CPU interact with primary memory?
The CPU accesses primary memory to read and write data. It retrieves instructions and data from RAM to process and then stores the results back into RAM for further use or output.
What is the difference between RAM and ROM?
RAM (Random Access Memory) is volatile and used for temporary storage, while ROM (Read-Only Memory) is non-volatile and used for permanent storage of firmware or system settings.