NIST

nand

(definition)

Definition: Negated conjunction: 0 NAND 0 = 1, 0 NAND 1 = 1, 1 NAND 0 = 1, 1 NAND 1 = 0.

See also and, not, or, xor.

Note: NAND is equivalent to AND followed by NOT. It is of particular interest because all possible boolean functions can be built with combinations of NANDs, and a NAND gate is easily built.

Author: PEB


Go to the Dictionary of Algorithms and Data Structures home page.

If you have suggestions, corrections, or comments, please get in touch with Paul Black.

Entry modified 16 July SAST 2012.
HTML page formatted Wed Mar 13 12:42:46 2019.

Cite this as:
Paul E. Black, "nand", in Dictionary of Algorithms and Data Structures [online], Paul E. Black, ed. 16 July SAST 2012. (accessed TODAY) Available from: https://www.nist.gov/dads/HTML/nand.html