Number Bases: Human Base
Number Bases: Human Base
Human base
10
Ten finger
DECIMAL
Computer base
2
Two-state devices
BINARY
NUMBER SYMBOL
Base
Number of symbols
Number of “states”
POSITIONAL VALUES (1)
Decimal / Denary
Positional value 100 10 1
Digit 2 5 8
258 =200+50+8
=2x100+5x10+8 x1
=2x10 +5x10 +8x10
2 1 0
Binary
Decimal value
Positional value of 32
binary
16 110101
8 4 2 1
Digit 1 1 0 1 0 1
(1 x 32) 32
+ (1 x16) 16
+ (0 x 8) 0
+ (1 x 4) 4
+ (0 x 2) 0
+ (1 x 1) + 1
53
POSITIONAL VALUES (2)
Number
Decimal Binary Octal Hexadecimal
System
Base 10 2 8 16
Digits 0 0 0 0
Used
1 1 1 1
2 2 2
3 3 3
4 4 4
5 5 5
6 6 6
7 7 7
8 8
9 9
0
A
B
C
D
E
F
POSITIONAL VALUES (3)
Octal
Positional value 512 64 8 1
Digit 3 0 5 6
+ (3x512) 1536
+ (0x64) 0
+ (5x8 ) 40
+ (6x1 ) + 6
1582
POSITION VALUES (4)
Hexadecimal
Positional value 4096 256 16 1
Digit 2 F A 6
(2x4096) 8192
+ (Fx256) 15x256 3840
+ (Ax16) 10x16 160
+ (6x1) + 6
12198
CONVERSION FROM
DECIMAL TO OTHER BASES
(1)
Divide by required base and note remainder
Continue dividing quotients by required
base until the answer is zero
Write the remainder digits from right to left
to give the answer
117 Decimal to Binary
2 ) 117 remainder 1
2 ) 58 “ 0
2 ) 29 “ 1
2 ) 14 “ 0
2) 7 “ 1
2) 3 “ 1
2) 1 “ 1
0
117 Decimal = 1 1 1 0 1 0 1
Binary
CONVERSION FROM
DECIMAL TO OTHER BASES
(2)
236 Decimal to Octal
8 ) 236 remainder 4
8 ) 29 “ 5
8) 8 3
437 Decimal= 1 D 9
Hexadecimal
BINARY, OCTAL AND
HEXADECIMAL (1)
OCTAL 1 7 3 2
HEX 3 D A