Positional Number Systems
Positional Number Systems
1 2
425.97 4 *10 2 *10 5 *10 9 *10 7 *10
2 1 0
p 1
D d 10
i n
i
i
Binary Numbers
p 1
B b 2
i n
i
i
100101.0011
•1011011.0110
•00110.11001
Octal and Hexadecimal (“Hex”)
Numbers
• Octal = base 8
• Hexadecimal = base 16
– Use A – F to represent the values 10 through 16
in each position.
Decimal Binary Octal Hex
5 101 5 5
6 110 6 6
7 111 7 7
8 1000 10 8
9 1001 11 9
10 1010 12 A
11 1011 13 B
12 1100 14 C
13 1101 15 D
14 1110 16 E
15 1111 17 F
Usefulness of Octal and Hex
Numbers
• Useful for representing multibit binary
numbers because their radices are integer
multiples of 2.
.3 * 2 = .6 integer part = 0
Ans = .01001
.6 * 2 = 1.2 integer part = 1
.2 * 2 = .4 integer part = 0
.4 * 2 = .8 integer part = 0
.8 * 2 = 1.6 integer part = 1
.6 * 2 = 1.2 integer part = 1, etc.
Quiz
•0.5
•73.426
•290.9