databits
Databits represent binary information as either 0 or 1. They are the building blocks of digital data and combine to form larger units such as nibbles, bytes, and words. The term is often contrasted with control bits or parity bits that accompany data frames to support synchronization and error checking.
In most computing and storage, a byte is eight databits. Some systems use different lengths for a
In serial communication, a data frame includes data bits plus optional parity, start and stop bits; the
In data storage and encoding, databits appear as part of larger blocks; in ASCII, 7 bits were
See also: Bit, Byte, Parity, Serial communication, Data encoding.