NOR Gate Digital Logic Simulation

Click on the one or both Inputs to change the Output.
FALSE Input X FALSE Input Y TRUE Output Z Your browser does not support the HTML5 SVG element.

Truth Table
Input X Input Y Output Z
FALSE FALSE TRUE
FALSE TRUE FALSE
TRUE FALSE FALSE
TRUE TRUE FALSE

A NOR gate will return TRUE when both Inputs are FALSE.
A NOR gate will return FALSE when both Inputs are TRUE.
A NOR gate will return FALSE when one Input is TRUE and the other Input is FALSE.


This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.