Memory fundamentals — In static RAM (SRAM), the term "static" does not mean non-volatile. Evaluate the statement: "Static memory will maintain storage even if power is removed."

Difficulty: Easy

Correct Answer: Incorrect

Explanation:


Introduction:
This item probes a common misconception about static random-access memory (SRAM). Many learners assume the word "static" implies that data is retained without power, but in digital electronics, "static" and "dynamic" refer to how data is maintained while power is applied. We will clarify why the statement "Static memory will maintain storage even if power is removed" is incorrect and contrast SRAM with non-volatile memories.

Given Data / Assumptions:

  • Static memory here refers to SRAM used in caches and embedded systems.
  • Non-volatile examples include ROM, EPROM, EEPROM, and flash.
  • We consider normal operation without auxiliary batteries or supercapacitors.


Concept / Approach:
In SRAM, each bit is stored by a bistable element (commonly a 6-transistor cell) that actively holds a 0 or 1 as long as Vcc is present. "Static" means the cell does not require periodic refresh cycles like DRAM does; it does not mean the memory is persistent without power. When power is removed, the transistors no longer bias the bistable nodes, and the stored state is lost. Persistence without power is the defining property of non-volatile memory, not SRAM.

Step-by-Step Solution:

Identify memory type: SRAM stores bits in cross-coupled inverters requiring a supply to maintain state.Consider power removal: with Vcc = 0, the inverters cannot sustain a logic level, so data vanishes.Contrast with NVM: EPROM/EEPROM/flash use floating-gate charge to retain bits without Vcc.


Verification / Alternative check:

Look at device datasheets: data retention specifications for SRAM always assume a valid supply (sometimes low-retention Vcc). Without Vcc, retention time is 0.


Why Other Options Are Wrong:

Correct: Would incorrectly equate SRAM with non-volatile memory.True only with a backup battery: A battery-backed SRAM retains data, but that is an added system feature, not an intrinsic property.True only below 1 kHz clock: Clock frequency is irrelevant to non-volatility; SRAM does not need a clock to hold data while powered.


Common Pitfalls:

Confusing "no refresh needed" with "no power needed".Assuming all memories inside microcontrollers are non-volatile.


Final Answer:

Incorrect

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion