A bit is a binary digit, the smallest form of data on a computer, and can be 0 or 1. Like a Boolean, a bit can represent on/off, true/false, etc. There are four bits in a nibble, and eight bits in a byte.UnitStorage Bit Binary digit (0 or 1) Nibble 4 bits Byte 8 bits...