DRAMCell.md (411B)
1 # DRAM Cell 2 3 A DRAM Cell is the cell used to store one bit of information. It is made of a capacitor and an access transistor. The data is stored in the charge of the capacitor. 4 5 The access transistor is how you are able to query them. Since the access transistor is not perfect nor is the transistor they leak energy over time. As such they need to be refreshed over time using [DRAMRefresh](DRAMRefresh.md).