Computer Science - Computer Fundamentals - Discussion

Discussion Forum : Computer Fundamentals - Section 15 (Q.No. 13)
13.
The decimal equivalent of the binary number 11100001111 is
1806
1807
2806
All of the above
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Suman sharma scobacs said:   1 decade ago
(11100001111)=1807
1*2^10+1*2^9+1*2^8+0*2^7+0*2^6+0*2^5+0*2^4+1*2^3+1*2^2+1*2^1+1*2^0
=1024+512+256+0+0+0+0+8+4+2+1=1807

Post your comments here:

Your comments will be displayed after verification.