Number Conversions - pptx413
Number Conversions - pptx413
Subject: Electronics
Semester: 3
Paper : 3
Title of the paper: DIGITAL ELECTRONICS
Take each digit in the binary number and multiply it with its place
value.
The sum of all the above products will give the equivalent decimal
number.
For the fraction (after the decimal point) the place value starts
with negative power of 2. This negative power value increases from
left to right.
The place value of the first left digit in fraction is (2 –1)
The place value of the next right digit in fraction is (2 –2)
The place value of the next right digit in fraction is (2–3)
……. so on
Ex :- Convert the binary number (0.1101)2 into decimal number.
(0.1101)2 = (1 x ) + ( 1 x ) + (0 x ) + (1 x )
= 1 x 0.5 + 1 x 0.25 + 0 x 0.125 +1 x 0.0625
= 0.5 +0.25 + 0 + 0.0625
= (0.8125)10
Ex :- Convert the binary number (1010.0101)2 into decimal number.
Sol :- Integer part (1010)2 = (1 x 23) + ( 0 x 22) + (1 x 21) + (0 x 20 )
= (1 x 8) + ( 0 x 4) + (1 x 2) + (0 x 1 )
= (10)10
Fractional part (0.0101)2 = (0 x 2–1) + ( 1 x 2–2) + (0 x 2–3) + (1 x 2–4)
= (0 x ) + ( 1 x ) + (0 x ) + (1 x )
= 0 x 0.5 + 1 x 0.25 + 0 x 0.125 +1 x 0.0625
= 0 + 0.25 + 0 + 0.0625
= (0.3125)10
Binary to Octal number system