Primary Memory Quiz 6 (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 and instructions.
How does the CPU interact with primary memory?
The CPU interacts with primary memory through read and write operations, allowing it to fetch instructions and data for processing and store results back into memory.
What types of primary memory are there?
Primary memory includes types such as Dynamic RAM (DRAM) and Static RAM (SRAM), each with different characteristics in terms of speed, power consumption, and cost.
What is the role of primary memory in data storage?
Primary memory serves as a temporary storage area for data and instructions that the CPU needs to access quickly, ensuring efficient processing and execution of programs.
How does Direct Memory Access (DMA) work?
Direct Memory Access allows peripheral devices to transfer data directly to and from primary memory without involving the CPU, which can improve system performance by freeing up the CPU for other tasks.