Computer Science - Digital Computer Electronics - Discussion

Discussion Forum : Digital Computer Electronics - Section 2 (Q.No. 6)
6.
Conversion of binary number 1100012 to its decimal number is
2710
4910
3910
5010
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
4 comments Page 1 of 1.

Fayaz qureshi said:   4 years ago
Please explain the direct method.

Ajay said:   9 years ago
32 + 16 + 0 + 0 + 0 + 1 = 49.

Pratik Tank said:   10 years ago
To convert binary to decimal, assign power from right to left.

= (1x2^5)+(1x2^4)+(1x2^3)+(1x2^2)+(1x2^1)+(1x2^0).

= 32+16+0+0+0+1 = 48+1.

= 49.

Deepanjan Basak said:   1 decade ago
Can anybody help me to understand this answer?

Post your comments here:

Your comments will be displayed after verification.