Question:

NAND gate means

Show Hint

Remember: NAND = AND + NOT. The output is low only when all inputs are high.
Updated On: Jun 12, 2025
  • Inversion followed by AND gates
  • AND gates followed by an inverter
  • AND gate followed by OR gate
  • None of these
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

A NAND gate is a combination of an AND gate followed by a NOT gate (inverter).
The NAND (Not AND) gate gives an output that is the inverse of the output of an AND gate.
Mathematically: \[ A \, \text{NAND} \, B = \overline{A \cdot B} \] So, first the inputs are passed through an AND gate and the result is then inverted.
Was this answer helpful?
0
0