Skip to content

NAND gate

A NAND gate is a combination of an AND gate followed by a NOT gate. In other words, it’s an inverted AND gate.

A NAND gate will output a 0 only when both of its input signals are 1. In all other cases, it will output a 1.

Input AInput BOutput (A NAND B)
001
011
101
110

If the inputs are not both true.