Difficulty: Easy
Correct Answer: Incorrect
Explanation:
Introduction / Context:
Volatile memory technologies differ in the circuitry that stores each bit. Knowing whether storage relies on capacitors or cross-coupled transistors is fundamental for understanding refresh requirements, speed, and power characteristics.
Given Data / Assumptions:
Concept / Approach:
SRAM stores data in a bistable latch built from cross-coupled inverters. As long as power is applied, the latch holds its state without refresh. DRAM stores charge on a capacitor that leaks over time, hence periodic refresh is mandatory. Therefore, attributing capacitors to SRAM is incorrect; capacitors characterize DRAM storage.
Step-by-Step Solution:
Verification / Alternative check:
Any basic microelectronics text or memory datasheet illustrates 6T SRAM and 1T1C DRAM schematics, confirming the fundamental difference.
Why Other Options Are Wrong:
Common Pitfalls:
Assuming all volatile memories need refresh; conflating PSRAM behavior with true SRAM cell structure.
Final Answer:
Incorrect
Discussion & Comments