2.1 Binary number system
This is the basic code consisting of a numbering system to the base 2. Each binary
digit or bit represents a power of 2 as follows :
Total value = 2 digit
For 2 digits, total value is 22
= 4
For 3 digits, total value is 23
= 8
For 4 digits, total value is 24
= 16