Digital Electronics - Combinational Logic Circuits - Discussion

Discussion Forum : Combinational Logic Circuits - General Questions (Q.No. 8)
8.
Convert BCD 0001 0111 to binary.
10101
10010
10001
11000
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
8 comments Page 1 of 1.

Kalyani Kalyani said:   4 years ago
Thanks everyone.

Saleem said:   7 years ago
10000 = 16(in decimal),
So next decimal will be in binary form,
= 10001.

Pallavi said:   8 years ago
Thank you so much for the given explanation.

SARAH LEO said:   9 years ago
2/17
2/16-1
2/8-0
2/4-0
2/2-0
1-0

= 100001.

Bijay Malla said:   1 decade ago
0001 - 1.
0010 - 2.
0011 - 3.
0100 - 4.
0101 - 5.
0110 - 6.
0111 - 7.

0001 0111=(17)10.

2|17
----
2| 8 - 1
----
2| 4 - 0
----
2| 2 - 0
----
1 0.

So we count start from below 10001(answer).

Lakmal said:   1 decade ago
How is bcd to decimal convert?

Princy said:   1 decade ago
0001 0111=(17)10


2|17
----
2| 8 1
----
2| 4 0
----
2| 2 0
----
1 0


Ans + 10001

Chandrakant Agarkar said:   1 decade ago
BCD 0001 0111 implies to decimal 17.
and finally decimal 17 = binary (10001).

Post your comments here:

Your comments will be displayed after verification.