|
|
|
LOGIC GATES
THE 'NOR' GATE
The symbol used when showing an NOR gate in a logic circuit is shown as follows:

The NOR gate works in a similar way to the NAND gate, the input can be either X OR Y to get an output of 1 but then gets inverted (NOT) to 0
Truth Table
X Y X OR Y0 0 1 0 1 0 1 0 0 1 1 0