Question:

What is the equivalent logic gate when the output of an AND gate is passed through a NOT gate?

Show Hint

A NAND gate is an AND gate followed by a NOT gate, effectively inverting the AND operation.
Updated On: Jan 16, 2025
Hide Solution
collegedunia
Verified By Collegedunia

Solution and Explanation

Passing the output of an AND gate through a NOT gate inverts the AND operation. Mathematically, \[ \text{Output} = \overline{A \cdot B} = A \text{ NAND } B \] Thus, the configuration behaves as a NAND gate.
Was this answer helpful?
0
0