NAND GATE

LOGIC SYMBOL

gate

TRUTH TABLE

AB(A.B)'
001
011
101
110

Visualizer

Experiment,visualize and understand the logic gate by yourself.
Click the buttons to generate the corresponding output.


R

Description:

A NAND gate is another basic digital logic gate that stands for "NOT-AND." It produces an output that is the complement of the logical AND operation. In simple terms, a NAND gate produces a low or false output only when both of its inputs are high or true; otherwise, the output is high or true.