NOR Gate Calculator
Posted by Dinesh onCalculate output of NOR gate in digital circuitry using simple logic NOR gate calculator online with truth table of NOR gate.
Logic NOR Gate in Digital Circuitry Calculation
What is NOR Gate?
The NOR gate (also known as negative - OR) is a digital logic gate which produces an output result as HIGH (1), if both the inputs to the gate are LOW (0) and if one or both inputs is HIGH (1) then the output result as LOW (0).
Input A | Input B | Output |
---|---|---|
0 | 0 | 1 |
1 | 0 | 0 |
0 | 1 | 0 |
1 | 1 | 0 |