static random-access memory

static random-access memory

[′stad·ik ′rand·əm ¦ak‚ses ′mem·rē]
(computer science)
A read-write random-access memory that uses either four transistors and two resistors to form a passive-load flip-flop, or six transistors to form a flip-flop with dynamic loads, for each cell in an array. Once data are loaded into the flip-flop storage elements, the flip-flop will indefinitely remain in that state until the information is intentionally changed or the power to the memory circuit is shut off. Abbreviated SRAM.
McGraw-Hill Dictionary of Scientific & Technical Terms, 6E, Copyright © 2003 by The McGraw-Hill Companies, Inc.

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.
This article is provided by FOLDOC - Free Online Dictionary of Computing (foldoc.org)
Mentioned in
Copyright © 2003-2025 Farlex, Inc Disclaimer
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional.