12. 2-Input NOR Gate

Loading simulator…

A NOR gate represents an inverted OR operation. The output Y evaluates to 1 if and only if both inputs A and B are 0. If any input is 1, the output is 0.

Boolean Equation: 

Y = ~(A + B)