MODULE V
RAM = Random Access Memory, where any
location can be accessed directly with equal time.
●
Types of RAM
●
SRAM (Static RAM)
●
Uses flip-flops to store bits.
●
Fastest semiconductor memory.
●
Used in cache memory.
●
Does not need refresh.
●
Very expensive → smaller size.
●
DRAM (Dynamic RAM)
●
Each bit stored in capacitors.
Capacitor stores energy in an electric field. ●
Requires periodic refresh due to
A capacitor's job is to store electric charge. charge leakage.
When you apply a voltage across it, electrons accumulate on one plate
and are removed from the other plate. ●
Slower than SRAM.
●
This creates an electric field between the plates. ●
Cheaper and higher density → used as
●
The energy is actually stored in that electric field, not in electrons
main memory.
themselves.
READ ONLY MEMORIES (ROM)
●
ROM is non-volatile → retains data even when power is off.
●
●
Best!