L-4 Number Systems
L-4 Number Systems
Difficulty
It is difficult to perform arithmetic with such a number system
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
The value of each digit is determined by
① The digit itself
② The position of the digit in the number
③ The base of the number system (base = total number of digits in
the number system)
The maximum value of a single digit is always equal to one less than
the value of the base
Decimal Number
System
Characteristics
A positional number system
Has 10 symbols or digits (0, 1, 2, 3, 4, 5, 6, 7, 8, 9). Hence, its
base = 10
The maximum value of a single digit is 9 (one less than the
value of the base)
Each position of a digit represents a specific power of the base
(10)
We use this number system in our day-to-day life
Example
258610 = (2 x 103) + (5 x 102) + (8 x 101) + (6 x 100)
= 2000 + 500 + 80 + 6
Binary Number System
Characteristics
A positional number system
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)
Each position of a digit represents a specific power of the base (2)
This number system is used in computers.
Example
= 16 + 0 + 4 + 0 + 1
= 2110
Bit
Example
20578 = (2 x 83) + (0 x 82) + (5 x 81) + (7 x 80)
= 1024 + 0 + 40 + 7
= 107110
Hexadecimal Number
System
Characteristics
A positional number system
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)
Each position of a digit represents a specific power of the base (16)
Since there are only 16 digits, 4 bits (24 = 16) are sufficient to represent any
hexadecimal number in binary
Example
= 1 x 256 + 10 x 16 + 15 x 1
= 256 + 160 + 15
= 43110
Converting a Number of
Another Base to a Decimal
Number
Method
Example
Converting a Decimal
Number to a Number of
Another Base
Division-Remainder Method
Step 1: Divide the decimal number to be converted by
the value of the new base
Step 2: Record the remainder from Step 1 as the
rightmost digit (least significant digit) of the new base
number
Step 3: Divide the quotient of the previous divide by the
new base
Step 4: Record the remainder from Step 3 as the next
digit (to the left) of the new base number
Repeat Steps 3 and 4, recording remainders from right to
left, until the quotient becomes zero in Step 3
Note that the last remainder thus obtained will be the most
significant digit (MSD) of the new base number
Converting a Decimal
Number to a Number of
Another Base
Example:
Converting a Number of
Some Base to a Number of
Another Base
Method
Example:
Converting a Number of
Some Base to a Number of
Another Base
Practise
Covert the following number to particular base:
(=
(=(
Shortcut Method for
Converting a Binary Number
to its Equivalent Octal
Number
Method
Method
Method
Method
Step 1: Convert each octal digit to a 3 digit binary
number (the octal digits may be treated as
decimal for this conversion)
Step 2: Combine all the resulting binary groups (of
3 digits each) into a single binary number
Shortcut Method for Converting
an Octal Number to Its
Equivalent Binary Number
Example:
Shortcut Method for
Converting a Binary Number to
its Equivalent Hexadecimal
Number
Example:
Shortcut Method for
Converting a Hexadecimal
Number to its Equivalent
Binary Number
Method
2 A B
Example:
Formation of Fractional
Numbers in Octal Number
System
Example:
Key Words/Phrases