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 1 of 3.

Syam said:   8 years ago
8421 code is calculated method of 1*2^0+1*2^1+1*2^2+1*2^3+1*2^4+.....=1 2 4 8 16 32.

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

Rinu said:   9 years ago
Use 8421 method.

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.

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

Royto said:   1 decade ago
16 8 4 2 1.
1 0 0 1 0.

10010 = 16 + 2 = 18.
Its so easy right.
(5)

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

So C is the correct answer.
(1)

Peter said:   1 decade ago
Just count as place values n then use powers of 2 starting from power zero adding up the results.


Post your comments here:

Your comments will be displayed after verification.