Binary, Octal and Hexadecimal Systems
Describe positional notation and manually convert numbers between different bases (2, 8, 10, and 16)
Binary number system:
0000 = 0
0001 = 1
0010 = 2
0011 = 3
0100 = 4
0101 = 5
0110 = 6
0111 = 7
1000 = 8
1001 = 9
1010 = 10
1011 = 11
1100 = 12
1101 = 13
1110 = 14
1111 = 15
Octal Number System:
Octal number system has a base of 8 : (0,1,2,3,4,5,6,7)
Hexadecimal number system (16-base)
Hexadecimal numbers are made of 16 digits, it uses the digits 0 through 9 plus the letters A, B, C, D, E, F.