Static random access memory
Static random access memory (SRAM) is a type of
semiconductor memory. The word "static" indicates that the memory retains its contents as long as power remains applied, unlike dynamic RAM (
DRAM) that needs to be periodically
refreshed (nevertheless, SRAM should not be confused with
read-only memory and
flash memory, since it is
volatile memory and preserves data only while power is continuously applied). SRAM should not be confused with
SDRAM, which stands for synchronous DRAM and is entirely different from SRAM, or with pseudostatic RAM ([PSRAM]), which is DRAM disguised as SRAM.
See more at Wikipedia.org...
static random access memory
<
storage> (SRAM)
Random access memory in which each bit of storage is a bistable
flip-flop, commonly consisting of cross-coupled inverters. It is called "static" because it will retain a value as long as power is supplied, unlike
dynamic random access memory (DRAM) which must be regularly refreshed. It is however, still
volatile, i.e. it will lose its contents when the power is switched off, in contrast to
ROM. SRAM is usually faster than DRAM but since each bit requires several transistors (about six) you can get less bits of SRAM in the same area. It usually costs more per bit than DRAM and so is used for the most speed-critical parts of a computer (e.g.
cache memory) or other circuit.
(1995-04-22)
(c) Copyright 1993 by Denis Howe
SRAM
Static Random Access Memory - a type of semiconductor memory where data may be accessed randomly and data is maintained as long as power is applied, SRAMs do not require refresh like DRAM's. SRAM's typically have faster memory access than DRAMs.