AND Gate

AND Gate

An AND gate is a digital logic gate with two or more inputs and one output that performs logical conjunction. The output of an AND gate is true only when all of the inputs are true. If one or more of an AND gate’s inputs are false, then the output of the AND gate is false.

 

Truth table for an AND gate

 

Input A Input B Output
False False False
False True False
True False False
True True True

Leave a Reply

Your email address will not be published. Required fields are marked *