Primary Memory Quiz 11 (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 memory that a computer uses to store data and instructions that are currently being used by the CPU for processing.
What types of primary memory are there?
Primary memory includes types such as RAM (Random Access Memory) and ROM (Read-Only Memory), which are used for different purposes in a computer system.
How does RAM function in a computer?
RAM is a volatile memory that temporarily stores data and instructions for quick access by the CPU during program execution. It is used to hold the operating system, applications, and user data.
What is the role of ROM in a computer?
ROM is a non-volatile memory that stores important system data and instructions that are essential for the computer's basic operations, such as the BIOS, which is used during the boot process.
How does primary memory affect program execution?
Primary memory directly impacts program execution by providing the necessary space for the CPU to process data and instructions. The speed and efficiency of program execution depend on the amount and type of primary memory available.