Binary
Binary is a set of ones and zeros that make up characters or bits. 0 meaning off and 1 meaning on. Computers can only store information using bits. With 8 bits, it makes one byte. A bit is the smallest unit of data a computer can store Every bit can represent a character. E.g.
1 bit = 2 character: 1 or 0 4 bits = 8 characters: 0000 or 1111 or 0101 or 1010 or 1100 or 0011 or 1000 or 0111 Each bit represents a value in the denary system (base 10)