DRAM storage element: Dynamic RAMs store information primarily by using which physical mechanism at the cell level?

Difficulty: Easy

Correct Answer: capacitors

Explanation:


Introduction / Context:
DRAM technology is based on storing electrical charge that leaks over time, which is why refresh is required. Identifying the core storage element clarifies differences from SRAM and nonvolatile memories.


Given Data / Assumptions:

  • We focus on the fundamental DRAM cell.
  • Compare to alternatives like flip-flops (SRAM) and magnetic storage (disks, MRAM).
  • Consider volatility and refresh behavior.


Concept / Approach:
A DRAM bit cell consists of one access transistor and one capacitor. A logic 1 is represented by stored charge; a logic 0 by the absence of charge (or vice versa depending on convention). Because charge leaks, periodic refresh restores the correct level. None of the other mechanisms listed match DRAM’s underlying physics.


Step-by-Step Solution:

Access transistor connects the capacitor to bit-line during reads/writes.Sense amplifiers detect small charge differences and restore levels.Refresh cycles periodically rewrite stored charge across all rows.Conclusion: the storage element is the capacitor.


Verification / Alternative check:
Cell schematics and timing diagrams in memory textbooks show the 1T1C DRAM cell and explain the need for refresh.


Why Other Options Are Wrong:

  • Magnetism: Magnetic media or MRAM, not DRAM.
  • Flip-flops/latches: Characterize SRAM or register logic, not DRAM.


Common Pitfalls:
Assuming DRAM retains data indefinitely; forgetting that reads are destructive and require restore operations.


Final Answer:
capacitors

Discussion & Comments

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