NOR gate

A NOR gate is a combination of an or gate followed by a not gate.

In other words, it’s an inverted or gate.

It will output a 1 only when both of its input signals are 0. In all other cases, it will output a 0.

Truth table

The truth table for it looks like:

Input AInput BOutput (A NOR B)
001
010
100
110

1 if the inputs are both 0.