Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary
NAND
Jump to user comments
Not AND.
The Boolean function which is true unless both its arguments
are true, the logical complement of AND:
A NAND B = NOT (A AND B) = (NOT A) OR (NOT B)
Its truth table is: