Memory terminology, what does it mean?
[From: cls@truffula.sj.ca.us (Cameron L. Spitzer)] Read/write memory in computers is implemented using Random Access Memory chips (RAMs). RAMs are also used to store the displayed image in a video board, to buffer frames in a network controller or sectors in a disk controller, etc. RAMs are sold by their size (in bits), word width (how many bits can you access in one cycle), and access time (how fast you can read a location), among other characteristics. SRAMs and DRAMs ————— RAMs can be classified into two types: “static” and “dynamic.” In a static RAM, each bit is represented by the state of a circuit with two stable states. Such a “bistable” circuit can be built with four transistors (for maximum density) or six (for highest speed and lowest power). Static RAMs (SRAMs) are available in many configurations. (Almost) all SRAMs have one pin per address line, and all of them are able to store data for as long as power is applied, without any external circuit activity. In a dyn