Question:

What is the output of a NAND gate for the inputs A = 1, B = 1?

Show Hint

Remember that NAND = NOT(AND). If both inputs are 1, the output is always 0.
Updated On: Jun 17, 2025
  • 1
  • 0
  • 2
  • Undefined
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

The NAND gate output is the negation of the AND gate output. For inputs A = 1 and B = 1, the AND gate gives 1, and negating it gives 0.
Was this answer helpful?
0
0