Number Basis
Number Basis
Base
System
Ifunanya Iloh
Objective
s
At the end of this lesson, students should be able to;
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Convert 7910 to hexadeciamal
2 79
2 39 1 0100 1111
2 19 1 4 F
2 9 1
2 4 1 1FF16 = 1x162 + Fx161 + Fx160
2 2 0 = 1x32 + 15x16 + 15x1
2 1 0 = 32 + 240 + 15
0 1 = 28710
Decimals vs Binary Equivalents
Decimal Binary Hexadecimal
(Base 10) (Base 2) (Base 16)
0 000 0000
1 001 0001
2 010 0010
3 011 0011
4 100 0100
5 101 0101
6 110 0110
7 111 0111
8 1000 1000
9 1001 1001
10 1010 A
11 1011 B
12 1100 C
13 1101 D
14 1110 E