Digital Electronics - Number Systems and Codes - Discussion

Discussion Forum : Number Systems and Codes - General Questions (Q.No. 4)
4.
Convert the following binary number to decimal.
010112
11
35
15
10
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
6 comments Page 1 of 1.

Sahil Rajput said:   2 years ago
(01011)base2.

0= 2⁴ (cancel),
1= 2³ (1×2³=8),
0= 2² (cancel),
1=2¹ (1×2¹=2),
1=2⁰ (1×2⁰= 1),
8+2+1= (11) base 10 => Answer.
(2)

Thavam said:   10 years ago
010111 = (1*2^0) = (1*1) = 1.

1 = (1*2^1) = (1*2) = 2.

0 = (0*2^2) = (0*4) = 0.

1 = (1*2^3) = (1*8) = 8.

0 = (0*2^4) = (0*16) = 0.

01011= 1+2+0+8+0 = 11.

Tajinder said:   1 decade ago
(0*2^4)+(1*2^3)+(0*2^2)+(1*2^1)+(1*2^0)
=0+8+0+2+1
=11
(1)

Balakrishnan said:   1 decade ago
(1*2^0)+(1*2^1)+(0*2^2)+(1*2^3)+(0*2^4)
=1+2+0+8
=11

Arun Vijay said:   1 decade ago
16 8 4 2 1

 0  1 0 1 1

0 + 8 + 0 + 2 + 1 = 11
(2)

Arun Vijay said:   1 decade ago
16 8 4 2 1

 0  1 0 1 1

0 + 8 + 0 + 2 + 1 = 11

Post your comments here:

Your comments will be displayed after verification.