Glossary / NAND Logic Gate
Term: NAND Logic Gate
NAND is a type of logic gate.
NOT AND. The same as AND, but then inverse (NOT) the outcome. So, perform AND first, then apply a NOT to the output.
NAND gate truth table
Input A | Input B | Output Z |
---|---|---|
0 | 0 | 1 |
0 | 1 | 1 |
1 | 0 | 1 |
1 | 1 | 0 |