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)

Read Also:

  • Static reflex

    static reflex n. See righting reflex.

  • Statics

    noun, (used with a singular verb) 1. the branch of mechanics that deals with bodies at rest or forces in equilibrium. adjective, Also, statical 1. pertaining to or characterized by a fixed or stationary condition. 2. showing little or no change: a static concept; a static relationship. 3. lacking movement, development, or vitality: The novel […]

  • Static scope

    lexical scope

  • Static-tube

    noun 1. a tube for measuring the static pressure of a fluid in motion, so placed in the fluid as not to be affected by the pressure changes caused by the motion of the fluid. noun 1. an open-ended tube used to measure the static pressure at a point in a moving fluid and positioned […]

  • Static typing

    programming Enforcement of type rules at compile time rather than at run time. Static typing catches more errors at compile time than dynamic typing. Ada, C, C++, Haskell, Java, and ML are examples of statically typed languages. Statically typed languages may have strong typing or weak typing. (2004-07-20)


Disclaimer: Static random-access memory definition / meaning 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. All content on this website is for informational purposes only.