
Bit - Wikipedia
The bit represents a logical state with one of two possible values. These values are most commonly represented as 1 and 0, but other representations such as true / false, yes / no, on / off, and + / − are …
How Bits and Bytes Work | HowStuffWorks
Bits are binary digits. A bit can hold the value 0 or 1. Bytes are made up of 8 bits each. Binary math works just like decimal math, but each bit can have a value of only 0 or 1.
What Is BIT (Binary DigIT)? - Computer Hope
Sep 7, 2025 · Sometimes abbreviated as b (lowercase), bit is short for binary digit. It's a single unit of information with a value of either 0 or 1 (off or on, false or true, low or high).
What is bit (binary digit) in computing? - TechTarget
Jun 6, 2025 · Bits are stored in memory through the use of capacitors that hold electrical charges. The charge determines the state of each bit which, in turn, determines the bit's value. Various …
Bits and Bytes
Everything in a computer is 0's and 1's. The bit stores just a 0 or 1: it's the smallest building block of storage.
Bit Definition - What is a bit in data storage? - TechTerms.com
Apr 20, 2013 · A bit (short for "binary digit") is the smallest unit of measurement used to quantify computer data. It contains a single binary value of 0 or 1. While a single bit can define a boolean …
BIT Definition & Meaning | Dictionary.com
One bit corresponds to a “yes” or “no.” Some examples of a bit of information: whether a light is on or off, whether a switch (like a transistor) is on or off, whether a grain of magnetized iron points up or …
Definition of bit | PCMag
A single digit in a binary number, the bit is a 0 or 1. In a memory cell, the bit is a transistor and capacitor. On disk and tape, the bit is a spot, and its magnetic direction determines the...
Bit Definition - freeCodeCamp.org
Apr 9, 2021 · A bit, which is short for "binary digit", is the smallest form of data on a computer. Bits can only be 1 or 0. If a bit is 1, then it is "on" or true. And if a bit is off, then it is "off", or false. The concept …
BIT definition in American English | Collins English Dictionary
In computing, a bit is the smallest unit of information that is held in a computer's memory. It is either 1 or 0. Several bits form a byte.