Difficulty: Easy
Correct Answer: both of the above
Explanation:
Introduction / Context:
The question probes whether common read/write semiconductor memories implemented in MOS (metal–oxide–semiconductor) technology include static RAM (SRAM), dynamic RAM (DRAM), or both. Understanding this classification helps learners distinguish volatile, high-speed cache memories from high-density main memories, while connecting each to its underlying device physics and circuit techniques.
Given Data / Assumptions:
Concept / Approach:
SRAM stores each bit in a bistable MOS circuit (often a 6-transistor cell) that holds state as long as power is present, without refresh. DRAM stores each bit as charge on a tiny capacitor accessed through a MOS transistor, offering much higher density but requiring periodic refresh. Both are fabricated using MOS processes and support read and write operations at runtime, hence both qualify as MOS read/write memories.
Step-by-Step Solution:
Verification / Alternative check:
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Discussion & Comments