BinaryCon Binary Converter

NOR Gate Simulator

Result

NOR Gate Simulator

Interactive NOR gate simulator for teaching logic.

Example: A=0, B=0

Definition: Simulates a logical NOR gate; output is 1 only when both inputs are 0.

Conversion formula

NOR operation (A NOR B):
Logical NOR is the complement of OR: A NOR B = !(A ∨ B).

Truth table:
A B | A NOR B
0 0 | 1
0 1 | 0
1 0 | 0
1 1 | 0