AND Gate Digital Logic Simulation

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

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

An AND gate will return TRUE when both Inputs are TRUE.
An AND gate will return FALSE when both Inputs are FALSE.
An AND 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.