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:
Identify SRAM cell: cross-coupled inverter pair (latch) + access transistors.Identify DRAM cell: one access transistor + storage capacitor.Compare behaviors: SRAM no refresh vs DRAM periodic refresh.Conclude the statement is incorrect for SRAM.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