Use our free NOR Gate Calculator to quickly determine the output of a NOR logic gate based on binary inputs. Perfect for students and engineers working with Boolean algebra and digital circuits. Simply enter 0 or 1 for input A and B to get the NOR result and understand its truth table.
Formula:
The NOR (NOT OR) logic gate produces an output of 1 only if both of its inputs are 0. Otherwise, the output is 0. The Boolean expression is:
Y = NOT (A OR B)
Often represented as Y = (A + B)' or with a bar over (A + B).
Where:
- A = Input 1 (binary: 0 or 1)
- B = Input 2 (binary: 0 or 1)
- Y = NOR Output (binary: 0 or 1)