Digital Electronics - Code Converters and Multiplexers - Discussion

Discussion Forum : Code Converters and Multiplexers - General Questions (Q.No. 15)
15.
How many inputs are required for a 1-of-10 BCD decoder?
4
8
10
1
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
4 comments Page 1 of 1.

KIRAN V said:   5 years ago
The decoder is a combinational circuit that has 'n' input lines and maximum of 2^n output lines.
So, 1-of-10 BCD decoder has n=4 inputs; 2^4 = 16 output lines.
1 Extra line that is for ENABLE signal which is normally active low.

Neelavathi said:   10 years ago
1 select line,

3 inputs- 000-11, 12, 13-0 to 9.

Jamsheed said:   1 decade ago
We can make 1 of 10 decoder with 4 inputs Because the inputs are b1, b2, b3, b4 and outputs extends to d0 to d9.

Manu said:   1 decade ago
A is correct because 1-of-10 stands for BCD to decimal decoder.

Post your comments here:

Your comments will be displayed after verification.