(
Not
OR) A Boolean logic operation that is true if all inputs are false, and false if any input is true. A NOR gate is constructed of an OR gate followed by a NOT gate.
An exclusive NOR (XNOR) is true if both inputs are the same. An XNOR is constructed of multiple NOR gates. See
Boolean logic,
flash memory and
NAND flash.