Your computer probably uses both static RAM (SRAM) and dynamic RAM (DRAM) at the same time, but it uses them for different reasons because of the cost difference between the two types. Once you understand how dynamic and static RAM chips work inside your computer, it's easy to see why there's a cost difference between the two and how the two types of RAM got their names.
Dynamic RAM is the most common type of memory in use today. Inside a DRAM chip, each memory cell holds one bit of information and is made up of two parts: a transistor and a capacitor. These are, of course, extremely small transistors and capacitors so that millions of them can fit on a single memory chip
The capacitor holds the bit of information — a 0 or a 1 (see How Bits and Bytes Work for information on bits). The transistor acts as a switch that lets the control circuitry on the memory chip read the capacitor or change its state.



