Gate theory
A NOR gate is the inverse of an OR gate and produces a high output only when all inputs are low.
Use the NOR gate simulator to see why the output is 1 only when every input is 0. Learn the Boolean expression, input-output behavior, and digital circuit logic through a focused OpenLabs interactive simulator.
| A | B | Output |
|---|---|---|
| 0 | 0 | 1 |
| 0 | 1 | 0 |
| 1 | 0 | 0 |
| 1 | 1 | 0 |
A NOR gate is the inverse of an OR gate and produces a high output only when all inputs are low.
Change binary inputs and observe how the output responds in real time.
Map every possible input combination to the correct digital output.
Connect Boolean algebra with the digital building blocks used inside computers.
NOR logic is another universal gate pattern, meaning it can be used to construct every other basic logic function. The simulator helps students connect symbols, Boolean expressions, truth tables, and circuit output without needing physical hardware.
Understand the NOR gate truth table and Boolean expression.
Compare NOR output with OR output.
Learn why NOR is a universal logic gate.
Practice reading gate outputs from input combinations.
Open the NOR gate lab, toggle the binary input controls, and watch the output update immediately. The visual circuit and truth table make each Boolean result easier to verify.
A NOR gate is a digital logic gate that outputs 1 only when all inputs are 0.
The common Boolean expression is Y = (A + B)', which means NOT OR.
Yes. NOR gates can be combined to build all other basic logic gates.
Toggle inputs, verify the truth table, and build confidence with digital logic through a live OpenLabs simulator.