Difficulty: Easy
Correct Answer: RAM
Explanation:
Introduction / Context:Computer memory technologies range from semiconductor-based volatile storage to optical and magnetic nonvolatile media. Distinguishing these categories is important for system architecture, performance analysis, and embedded design.
Given Data / Assumptions:
Concept / Approach:Random Access Memory (RAM) is a semiconductor memory family (DRAM, SRAM). It provides read/write capability with fast access, typically volatile (contents lost at power-down). MAR (Memory Address Register) is a CPU register, not a memory technology. CD and CD-ROM are optical storage media, not semiconductor RAM.
Step-by-Step Solution:
Identify semiconductor memory candidates: RAM, ROM, Flash.Differentiate from registers and optical media: MAR is a register; CD/CD-ROM are optical discs.Select RAM as the correct semiconductor memory option provided.Verification / Alternative check:System block diagrams show RAM chips (DRAM DIMMs, SRAM caches) connected via memory buses; MAR appears within the CPU datapath; CDs attach via storage interfaces and have orders-of-magnitude different latency and bandwidth.
Why Other Options Are Wrong:
Common Pitfalls:Confusing memory devices with architectural registers or with storage media. RAM is volatile, whereas optical discs are nonvolatile and much slower.
Final Answer:RAM
Discussion & Comments