Difficulty: Easy
Correct Answer: Read/Write Memory (RWM)
Explanation:
Introduction / Context:
“RAM” can mean two different things depending on context: the broad theoretical definition “random access memory” (any memory with uniform access time) and the practical industry shorthand contrasting RAM with ROM. The question tests your familiarity with this practical usage in semiconductor memory discussions.
Given Data / Assumptions:
Concept / Approach:
In practice, when engineers informally say “RAM” versus “ROM,” they are usually distinguishing memories that can be written during normal system operation from those that cannot. Thus “RAM” in this contrast means read/write memory (RWM), such as SRAM and DRAM. While “random access” is the full expansion of the acronym, the intended practical distinction in this specific phrasing is writability at runtime, not just addressability pattern.
Step-by-Step Solution:
Verification / Alternative check:
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Discussion & Comments