Digital Electronics - Number Systems and Codes - Discussion

Discussion Forum : Number Systems and Codes - General Questions (Q.No. 86)
86.
Convert 110010012 (binary) to decimal.
201
2001
20
210
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

POOJA K said:   4 years ago
1*2^7 + 1*2^6 + 0*2^5 + 0*2^4 + 1*2^3 + 0*2^2 + 0*2^1 + 1*2^0.
128 + 64 + 0 + 0 + 8 + 0 + 0 + 1,
= 201.

Post your comments here:

Your comments will be displayed after verification.