Primary Memory Quiz 8 (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 stored for quick access by the CPU. It includes types like RAM and ROM.
How does RAM differ from ROM?
RAM (Random Access Memory) is volatile and used for temporary storage of data and programs, while ROM (Read-Only Memory) is non-volatile and stores permanent data that cannot be modified.
What is the role of cache memory in a computer?
Cache memory is a high-speed memory that stores frequently accessed data and instructions to speed up the CPU's access time, improving overall system performance.
What is the booting process?
The booting process is the sequence of actions a computer performs when it is turned on, which includes loading the operating system and initializing hardware components.
How does memory management work in a computer?
Memory management involves the allocation and deallocation of memory resources to various processes and programs, ensuring efficient use of the available memory and preventing conflicts.