Glossary / NOR Logic Gate
Term: NOR Logic Gate
NOR is a type of logic gate.
NOT OR. The same as OR, but then inverse (NOT) the outcome. So, perform OR first, then apply a NOT to the output.
NOR gate truth table
Input A | Input B | Output Z |
---|---|---|
0 | 0 | 1 |
0 | 1 | 0 |
1 | 0 | 0 |
1 | 1 | 0 |