Question:medium

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 13, 2026
Show Solution

Solution and Explanation

When the output of an AND gate is fed into a NOT gate, the AND operation is inverted. Mathematically, \[ \text{Output} = \overline{A \cdot B} = A \text{ NAND } B \] Consequently, this setup functions as a NAND gate.
Was this answer helpful?
0