Number System Chapter
Number System Chapter
A N I N T R O D U C T I O N
13 talk to each
other in some specific language. This language
We words and letters, the computer
we type these
an
nicate?
do we communi we
Although
Alnougn
translates them into numbers before storing
letters.
computer
How uunderstand
How
of hem. The mbers, which
numbers, which is also known as
numbers, i.e., binary
does not p
made
two
nderstands only
s
because i t understand
talk and understand only numbers.
n computers
say
that
that
computers
l a n g u a g e .
We can types:
binary are of the following
systems
N u m b e r
SYSTEMS
wUMBER
OF
rYPES
Decimal Number System
that we use Base for
in our day-to-day life.
number system
is a
number system
10 as it u s e s 10 digits (0,
1, 2, 3, 4, 5, 6, 7, 8, 9). In all the
Decimal
is
number system
is zero. In all the
number systems maximum value of digit
3 decimal
the ifirst digit
svstems,
s ystems,
value ofbase
number
x10= 8 x 10 80
8 signifies 8
102 7 x 100 700
7 signifies 7 x
=
Hence,
Ihe rightmost position is the units (2°) position,
5
ond position trom the right is the 2's (2) positio
as bit.) referred
For example,
3 bits can have 2 =
8 patterns
For 3 bits (3 positions)
000
001
010
011
100
101
110 6
111 7
=
1024 + 512 + 72 +2
=
1610 or
(1610),0
Hexadecimal Number System
Characteristics of Hexadecimal number system are as follows:
Hexadecimal number system is also known as base-16 number
system.
It can display 16 digits and symbols (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E,
F)
where A=10, B=11, C=12, D=13, E=14, F=15
Each position represents a power of base 16.
For example, the decimal number of hexadecimal (1AF), is
(1AF) = (1 x16) + (A x 16') + (F x 16)
=
(16 x l6) +(10 x 16) + (15 x 1)
= 256 + 160 15
431 or (431)0
6
cONVERSIoN OF DECIMAL NUMBER TO BINARY NUMBER
convert an integer from decimal to binary by following repeated division method.
In this method, the number is divided by 2 and its remainders are recorded.
For example, if we want to convert (76), decimal number into binary number, we need
to follow the given steps:
Step 1: Divide the number to be converted with the base value of the binary
number, i.e., 2.
Repeated Division
2 76
38
Step 3: Divide the quotient of the previous step by the base value of binary
number, i.e., 2.
Step 4: Record the remainder. Repeat Step 2 and Step 3, till the quotient becomes 0.
Step 5:
Readingof the remainder is written from bottom to
top.
76 = (1001100),
Solved Examples:
8 .*.*.*.
Step 2: Multiply the position value by the corresponding position digits.
32 x 1 16 x 0 8x 1 4 x0 2x 0 1x1
32 0 8 0 0
Step 2:
16 x 1 8x 1 4x 0 2x0 1x1
16 8 0 1
Step 3:
16 + 8 + 0 + 0 + 1 = 25
Step 1:
Position Digit Position Number Position Value
(from right)
20 1
2 2 2
3 22 4
0
4 23 8
0
5 24 16
6 25 32
0
7 2 64
1
8 27 128
9
Step 2:
11010011
64 x 1 32 x 0 16 x 1 8 x0 4x 0
128 x 1 2 x 1
64 0 16 0
128 2 1x1
Step 3:
128 64 +0+ 16 + 0 +0 +2 + l =
211
Hence, 11010011, = (211)0
Exercise
.'.
known as bit.
is also
Binary digit
(e) hexadecimal number system is 13.
of A in
Value
()
division method, we divide the number by 2.
repeated
(9)
the correct option:
5. Tick (/)
What is the binary number of decimal number 774,,?
(a)
(i) 1100000110
()100000110
(i) 92 (iv) 94
6. Activity
Prepare a chart on Types of Number Systems
8. Group Discussion
value o a ogk s one less than the va
n a l l the number systems. the maximum of
the base' Discuss
12 ..