Bit:

A bit is the smallest unit of data in a computer. However, computers usually store data and execute instructions in multiples of bits, called bytes.

In most computer systems, there are eight bits in a byte (which generally represents a single letter or character, or four bytes to a word).

A bit usually represents either of two states - 1 (true) or 0 (false).