m6 Digital Electronics Numbers System
m6 Digital Electronics Numbers System
MODULE 6
NUMBERS SYSTEM &
CONVERSION
TOPIC 1 & 2
LEARNING
OUTCOME:
EXPLAIN THE FOLLOWING NUMBER SYSTEMS:
a) BINARY
b) OCTAL
c) DECIMAL
d) HEXADECIMAL
The Number System, also known as the Numeral System, is the system of
naming or representing numbers. Most of us who have not heard the term
binary or octal or hexadecimal are likely only familiar with the decimal system in
which we represent numbers using digits 0 to 9. But the representation of a
given number changes as we change the base.
The number system that we use in our day-to-day life is the decimal number
system. Decimal number system has base 10 as it uses 10 digits from 0 to 9. In
decimal number system, the successive positions to the left of the decimal point
represent units, tens, hundreds, thousands, and so on.
The base 2 number system is also known as the Binary number system wherein,
only two binary digits exist, i.e., 0 and 1. Specifically, the usual base-2 is a radix of
2. The figures described under this system are known as binary numbers which
are the combination of 0 and 1. For example, 110101 is a binary number.
Example 2 0
Decimal equivalent
Decimal equivalent 1 0 1 0 0 1
(23 = 8) X3 X2 (22 = 4)
Example 1:
Step 3 2510
Solution:
2⁵ = 32 2º = 1
2⁶ = 64 2¹ = 2
8 + 4 + 2 + 0 = 1110 2⁷ = 128 2² = 4
2⁸ = 256 2³ = 8
2⁹ = 512 2⁴ = 16
(14)10 = 11102
3. Octal Number system (Base 8 Number System)
In the octal number system, the base is 8 and it uses numbers from 0 to 7 to represent
numbers. Octal numbers are commonly used in computer applications. Converting an octal
number to decimal is the same as decimal conversion and is explained below using an example.
Solution:
2158 = 2 × 82 + 1 × 81 + 5 × 80
= 2 × 64 + 1 × 8 + 5 × 1
= 128 + 8 + 5
= 14110
4. Hexadecimal Number System (Base 16 Number System)
In the hexadecimal system, numbers are written or represented with base 16. In the
hexadecimal system, the numbers are first represented just like in the decimal system, i.e. from
0 to 9. Then, the numbers are represented using the alphabet from A to F. The below-given table
shows the representation of numbers in the hexadecimal number system.
Note
Step− 4
19FDE16 is normally written as 19FDE.
19FDE 106462
5. Binary Coded Decimal
In the coding, when numbers, letters or words are represented by a specific group of
symbols, it is said that the number, letter, or word is being encoded. The group of symbols is
called as a code. The digital data is represented, stored, and transmitted as group of binary
bits. This group is also called as binary code. The binary code is represented by the number
as well as alphanumeric letter.
With the help of the different conversion procedures explained above, now let
us discuss in brief about the conversion of one number system to the other
number system by taking a random number.
Solve the Number System Examples: