Static random-access memory
Static random-access memory (static RAM or SRAM) is a type of random-access memory (RAM) that uses latching circuitry (flip-flop) to store each bit. SRAM is volatile memory; data is lost when power is removed.
Computer memory and data storage types |
---|
Volatile |
Non-volatile |
The term static differentiates SRAM from DRAM (dynamic random-access memory):
- SRAM will hold its data permanently in the presence of power, while data in DRAM decays in seconds and thus must be periodically refreshed.
- SRAM is faster and uses less power than DRAM but it is more expensive in terms of silicon area and cost.
- SRAM is typically used for the cache and internal registers of a CPU while DRAM is used for a computer's main memory.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.