Digital Electronics - Digital Concepts - Discussion

Discussion Forum : Digital Concepts - General Questions (Q.No. 39)
39.
Convert the fractional binary number 0001.0010 to decimal.
1.40
1.125
1.20
1.80
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
8 comments Page 1 of 1.

Mathi said:   3 years ago
@Kiran.

Here, 1 x 2^-2 = 1/4.

Kiran said:   4 years ago
1/4 =125 how? Please explain.

Jhanu said:   5 years ago
1/4 =125 how? Please explain.

Mythili priya S said:   9 years ago
0001.0010

0 0 0 1
8 4 2 1 = 1.

0 0 1 0
1/1 1/2 1/4 1/8 = 1/4 = 125.

1.125.
(3)

Nisar Khan said:   10 years ago
0001.0010.

^MSB ^LSM.

= 0*2^3 + 0*2^2 + 0*2^1 + 1*2^0.0*2^-1 + 0*2^-2 + 1*2^-3 + 0*2^-4.

= 0+0+0+1.0+0+1/8+0.

= 1.125 answer.
(1)

Suraj said:   1 decade ago
= 1*2^0.0*(2^-1)+0*(2^-2)+1*(2^-3)+0*(2^-4).
= 1.1/8.
= 1.125.
(1)

Swaroop said:   1 decade ago
=1*2^0.0*(2^-1)+0*(2^-2)+1*(2^-3)+0*(2^-4)
=1.1/8
=1.125

Ram said:   1 decade ago
8 4 2 0
0 0 0 1 (binary number)

0*(2^-1)+0*(2^-2)+1*(2^-3)+0*(2^-4)
= 0+0+1/8+0
= 0.125

So answer is 1.125

Post your comments here:

Your comments will be displayed after verification.