Primary Memory Quiz 3 (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.
What types of primary memory are there?
Primary memory includes volatile memory like RAM (Random Access Memory) and non-volatile memory like ROM (Read-Only Memory), which stores startup instructions.
How does primary memory differ from secondary storage?
Primary memory is faster and more directly accessible by the CPU, while secondary storage, such as hard drives, is slower but has larger capacity and is non-volatile.
What is the role of RAM in a computer?
RAM is a type of volatile memory that provides temporary storage for data and programs currently being used by the CPU, allowing for quick access and processing.
How does the CPU interact with primary memory?
The CPU uses addressable storage in primary memory to read and write data, accessing specific memory locations to execute instructions and process information.