Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

4. convert the following binary numbers to decimal numbers.

a) 1100011
b) 1100.101
c) 1110111.1
SOLN
a. 1100011

=1x26+1x25+0x24 +0x23+0x22+1x21+1x20
=64+32+2+1
=99

b. 1100.101

integer part fraction part

1100 0 .101

= 0x20+0x21+1x22+1x23=¿ 0x2−1+1x2−2+1x2−3
=0+0+4+8 =0+0.25+0.125
=12 = 0.625

= 12+0.625
= 12.625

c. integer part fraction part

11100111 0 .1

= 1x20+1x21+1x22+0x23+1x24 +1x25+1x26=¿1x2−1
=1+2+4+16+32 +64 =
=119 = 0.5

= 119+0.5
= 119.5

You might also like