Term of the Moment

developer


Look Up Another Term


Redirected from: binary digit

Definition: bit


(1) (Built-In Test) See BIST.

(2) (BInary digiT) The smallest element of computer storage. The bit is a single digit in a binary number containing only 0s and 1s. Physically the bit is a transistor and capacitor in a RAM cell, a magnetic domain on disk or tape, a cell in a solid state drive (SSD), a spot on optical media or a voltage pulsing through a circuit.

Transmitting Bits
Bits are used as a measurement for network transmission. For example, one hundred megabits per second (100 Mbps) means that 100 million pulses are transmitted per second. See space/time.

Storing Bytes
Eight bits make up a "byte," which is manipulated as one entity. Each byte can store one alphanumeric character, one decimal digit or a decimal number from 0 to 256 (see binary number and binary values). Measurements of files, databases, storage drives and memory (RAM) are given in bytes rather than bits. See space/time, byte and word.






Storage - Making it Smaller
Making the spot or cell smaller increases the storage capacity. Today's storage drives hold staggering amounts of data compared to 10 years ago. For a fascinating storage technology that never became popular, see holographic storage.






Transmission - Making it Faster
The bit is transmitted as a pulse of high or low voltage. Speed is increased by making the transistors open and close faster, illustrated here as a mechanical switch. Transmitting pulses within the computer is much simpler than over an external network where they are influenced by distance and interference. However, the telephone companies pioneered optical trunks, which overcame these limitations.