Q8Digital Electronics
Question
2 marks
Explain RAM.
Answer
RAM (Random Access Memory) is a volatile read-write memory in which any storage location can be accessed in the same time regardless of its address.
- SRAM (Static RAM): uses flip-flop cells; fast, no refresh; used in cache
- DRAM (Dynamic RAM): uses capacitor+transistor cells; needs periodic refresh; higher density; used as main memory
- Both support random access (any address can be accessed directly)
- Typical access time: SRAM 1-10 ns, DRAM 50-100 ns