Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary (also found in English - Vietnamese, )
NOR
Jump to user comments
Not OR.
The Boolean function which is true if none of its inputs are
true and false otherwise, the logical complement of
inclusive OR. The binary (two-input) NOR function can be
defined (written as an infix operator):
A NOR B = NOT (A OR B) = (NOT A) AND (NOT B)