InterviewSolution
Saved Bookmarks
| 1. |
A BCD decoder will have how many rows in its truth table?(a) 10(b) 9(c) 8(d) 3The question was asked in an interview.Question is taken from Parity Generators/Checkers in portion Combinational Circuits of Digital Circuits |
|
Answer» RIGHT option is (a) 10 Explanation: A BINARY decoder is a combinational logic circuit which decodes binary information from n-inputs to a maximum of 2^n outputs. Thus, BCD decoder will have 10 rows as it’s input ranges from 0 to 9. |
|