Difficulty: Easy
Correct Answer: Incorrect — SRAM does not require refresh while powered
Explanation:
Introduction / Context:Dynamic RAM (DRAM) and Static RAM (SRAM) store bits using different circuit principles. DRAM uses tiny capacitors that leak charge and therefore demand periodic refresh. SRAM uses cross-coupled latches that hold state indefinitely as long as the device is powered within specification, eliminating the need for refresh cycles.
Given Data / Assumptions:
Concept / Approach:SRAM cells are typically 6-transistor latches. Once a 0 or 1 is written, transistor feedback maintains the state continuously while Vcc is present, independent of periodic rewriting. DRAM cells, by contrast, are 1-transistor/1-capacitor and require refresh because the capacitor’s charge decays. Therefore, refresh is a DRAM characteristic, not an SRAM requirement.
Step-by-Step Solution:
Identify memory type: SRAM vs DRAM.Recall storage mechanism: latch (SRAM) vs capacitor (DRAM).Determine requirement: latches hold state while powered; capacitors must be refreshed.Conclude the statement is incorrect for SRAM.Verification / Alternative check:Consult SRAM datasheets; there is no refresh timing parameter. DRAM datasheets include refresh intervals (e.g., 64 ms, 32 ms) and refresh command timing.
Why Other Options Are Wrong:
“Correct like DRAM”: confuses dynamic and static storage mechanisms.Temperature or battery qualifiers: temperature affects timing but does not introduce a refresh requirement in SRAM; battery-backed SRAM preserves power, not refresh.“Cannot be determined”: the need is independent of access time.Common Pitfalls:Assuming all volatile memories refresh; forgetting that SRAM loses data only on power removal or out-of-spec supply, not due to capacitor leakage.
Final Answer:Incorrect — SRAM does not require refresh while powered
Discussion & Comments