DRAMs
Dynamic random-access memory, or DRAM, is a class of volatile computer memory used primarily as the main memory in many computer systems. DRAM stores each bit as an electrical charge on a tiny capacitor within a memory cell, with a single transistor providing access to the capacitor. Because capacitors leak charge over time, the stored data must be refreshed periodically to preserve it. This refresh requirement distinguishes DRAM from static RAM, which does not need periodic refreshing.
In a DRAM array, memory cells are organized into rows and columns. Access to a row is
DRAM has evolved from asynchronous to synchronous designs. SDRAM, introduced in the 1990s, synchronizes with the
Key advantages of DRAM include high storage density and lower cost per bit compared with static RAM.