Bits (b)
The basic unit of all computers is bits
. Bits can store two values, 0
and 1
. The combination of these bits is also known as machine code
. All other units of memory are defined as a combination of these bits (in machine code!). This means that all the data that is stored on a computer is a mere combination of 0s and 1s!