Question:

Which of the following combinations of logic gates can decode binary 1101?

Show Hint

To decode a specific binary pattern, AND gates are used for bitwise operations, and inverters may be added to modify the output.
Updated On: May 4, 2025
  • One 4-input AND gate
  • One 4-input AND gate, one OR gate
  • One 4-input AND gate, one inverter
  • One 4-input NAND gate, one inverter
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

To decode binary 1101, a 4-input AND gate is used for logic AND operation on all bits, and an inverter is needed to invert the output to match the desired decoded value. Thus, the correct answer is One 4-input AND gate, one inverter.
Was this answer helpful?
0
0