L-4 Number System
L-4 Number System
1
2
Learning Objectives
Number Systems
Characteristics
Use symbols such as I for 1, II for 2, III for 3, IIII for 4, IIIII
for 5, etc.
Each symbol represents the same value regardless
of its position in the number
The symbols are simply added to find out the value
of a particular number
Difficulty
It is difficult to perform arithmetic operation with
such a number system
5
6
Positional Number Systems
Characteristics
Use only a few symbols called digits
These symbols represent different values depending on the
position they occupy in the number
Example
258610 = (2 x 103) + (5 x 102) + (8 x 101) + (6 x 100)
= 2000 + 500 + 80 + 6
9
Binary Number System
Characteristics
Has only 2 symbols or digits (0 and 1). Hence its base = 2
The maximum value of a single digit is 1 (one less than the value of
the base)
This number system is used in computers
Example
101012 = (1 x 24) + (0 x 23) + (1 x 22) + (0 x 21) x (1 x 20)
= 16 + 0 + 4 + 0 + 1
= 2110
10
Bit
Characteristics
Has total 8 symbols or digits (0, 1, 2, 3, 4, 5, 6, 7).
Hence, its base = 8
The maximum value of a single digit is 7 (one less than the value of
the base)
Example
20578 = (2 x 83) + (0 x 82) + (5 x 81) + (7 x 80)
= 1024 + 0 + 40 + 7
= 107110
Hexadecimal Number System 13
Characteristics
Has total 16 symbols or digits (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F).
Hence its base = 16
The symbols A, B, C, D, E and F represent the decimal values 10, 11,
12, 13, 14 and 15 respectively
The maximum value of a single digit is 15 (one less than the value of
the base)
Example
= 1 x 256 + 10 x 16 + 15 x 1
= 256 + 160 + 15
= 43110
Converting a Number of Another 14
Example
15
Converting a Decimal Number
to a Number of Another Base
Example:
16
Converting a Number of Some
Base to a Number of Another Base
Example:
17
Converting a Number of Some
Base to a Number of Another Base
Shortcut Method for Converting a Binary 18
Number to its Equivalent Octal Number
Example:
Shortcut Method for Converting an 19
Octal Number to Its Equivalent Binary
Number
Example:
Shortcut Method for Converting a 20
Binary Number to its Equivalent
Hexadecimal Number
Example:
Shortcut Method for Converting a 21
Hexadecimal Number to its
Equivalent Binary Number
Example: 2AB16 = ?2
2 A B
Example:
23
Formation of Fractional Numbers
in Octal Number System
Example:
24
Key Words/Phrases