NAND

See also: nánd and nǟnd

English

Etymology

Blend of NOT + AND, by analogy with NOR reinterpreted as NOT + AND or negation + AND (see also NOR, formed analogically).

Noun

NAND (plural NANDs)

  1. (logic) A binary operator composite of NOT AND; negation of AND function.

(0 NAND 0) = 1
(0 NAND 1) = 1
(1 NAND 0) = 1
(1 NAND 1) = 0

NAND Truth Table
InputOutput
AB
001
011
101
110

Usage notes

  • Boolean variables and states (AND, OR, NOT, TRUE, FALSE etc.) are commonly written in all uppercase in order to distinguish them from the ordinary uses of the words.

Antonyms

Translations

See also

Anagrams

This article is issued from Wiktionary. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.