NOR GATE

LOGIC SYMBOL

gate

TRUTH TABLE

AB(A+B)'
001
010
100
110

Visualizer

Experiment,visualize and understand the logic gate by yourself.
Click the buttons to generate the corresponding output.


R

Description:

A NOR gate is another basic digital logic gate, standing for "NOT-OR." It produces an output that is the complement of the logical OR operation. In simpler terms, a NOR gate produces a high or true output only when both of its inputs are low or false; otherwise, the output is low or false.