Primary Memory Quiz 5 (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 in a computer that is directly accessible to the CPU for processing data. It includes types like RAM and ROM.
How does primary memory affect processing speed?
Primary memory affects processing speed because the CPU can access data stored in it much faster than from secondary storage. This quick access time allows for faster data processing.
What is the difference between RAM and ROM?
RAM (Random Access Memory) is volatile memory used for temporary data storage and can be read from and written to. ROM (Read-Only Memory) is non-volatile and contains permanent data that cannot be changed.
What is cache memory and how does it work?
Cache memory is a small, fast memory that stores frequently used data to speed up access times. It works by predicting which data the CPU will need next and pre-loading it into the cache.
How does the CPU interact with primary memory?
The CPU interacts with primary memory through the IPOS (Input, Process, Output, Storage) cycle, where it reads data from memory, processes it, and writes the results back to memory.