Question:

What is the Boolean expression for a two-input NAND gate?

Show Hint

NAND gate = NOT(AND). Boolean expression: \[ Y = \overline{AB} \] It is also known as a {universal logic gate}.
Updated On: Mar 25, 2026
  • \(Y = A + B\)
  • \(Y = AB\)
  • \(Y = \overline{AB}\)
  • \(Y = \overline{A} + \overline{B}\)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Concept: A NAND gate is a digital logic gate that performs the NOT operation on the output of an AND gate.
Step 1: Write the AND gate expression.} For two inputs \(A\) and \(B\), \[ Y_{AND} = AB \]
Step 2: Apply the NOT operation.} Taking the complement of the AND output, \[ Y = \overline{AB} \]
Step 3: Interpretation.} The output of a NAND gate becomes \(0\) only when both inputs are \(1\). In all other cases, the output is \(1\). Thus, the Boolean expression of a two-input NAND gate is \[ Y = \overline{AB} \]
Was this answer helpful?
0
0