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

TRUTH TABLE
| A | B | (A+B)' |
|---|---|---|
| 0 | 0 | 1 |
| 0 | 1 | 0 |
| 1 | 0 | 0 |
| 1 | 1 | 0 |
Experiment,visualize and understand the logic gate by yourself.
Click the buttons to generate the corresponding output.
➜
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.