Primary Memory Quiz 13 (6 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 stored for quick access by the processor.
What is the difference between RAM and cache memory?
RAM (Random Access Memory) is a type of volatile memory used for short-term storage of data and programs, while cache memory is a smaller, faster type of memory that stores frequently accessed data for quicker retrieval.
Why is primary memory considered volatile?
Primary memory is considered volatile because the data stored in it is lost when the power is turned off or the system is restarted.
How does primary memory support read-write operations?
Primary memory allows the processor to read data from and write data to it quickly, enabling efficient data processing and program execution.
What are some common applications of primary memory?
Primary memory is used for running applications, storing temporary data, and managing the execution of programs, which helps in improving the overall performance of the computer.