Question:medium

An AND gate is followed by a NOT gate in series. With two inputs ' \(A\) ' and ' \(B\) ', the Boolean expression for the output ' \(Y\) ' will be

Show Hint

An AND gate followed by a NOT gate is equivalent to a single NAND gate.
Updated On: Apr 30, 2026
  • \(\overline{A + B}\)
  • \(\overline{A \cdot B}\)
  • \(A \cdot B\)
  • \(A + B\)
Show Solution

The Correct Option is B

Solution and Explanation

Was this answer helpful?
0