Digital Electronics - Digital Concepts - Discussion

Discussion Forum : Digital Concepts - General Questions (Q.No. 10)
10.
Give the decimal value of binary 10010.
610
910
1810
2010
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
21 comments Page 2 of 3.

Akuladinesh said:   1 decade ago
But in decimal we hav only 1 to 9 how can we take 16 directly.

Rachi said:   1 decade ago
10010 = 2^4+2^3+2^2+2^1+2^0 = 18.

So C is the correct answer.
(1)

Manjunath said:   8 years ago
By using 8241 code it's easy method to solve so 18 is correct.
(1)

GSAdhikari said:   1 decade ago
10010=1x2^4 + 0x2^3 + 0x2^2 + 1x2^1 + 0x2^0
=16+0+0+2+0
=(18)

Usman said:   1 decade ago
What is BCD and how we can calculate decimal have base 10?

Sagar satalkar said:   1 decade ago
1*2^4 + 0*2^3 + 0*2^2 + 1*2^1 + 0*2^0 = 18.

Kannaa said:   9 years ago
10010 = 16 + 0 + 0 + 2 + 0 = 18.
(1)

Sowjanya said:   9 years ago
BCD - Binary Coded Decimal.

Zarana said:   10 years ago
BCD = Binary Coded Digit.

Rinu said:   9 years ago
Use 8421 method.


Post your comments here:

Your comments will be displayed after verification.