AND gate

An AND logic gate takes two input signals and produces an output signal that is 1 ONLY if both input signals are 1.

Truth table

The truth table for it looks like:

Input AInput BOutput (A AND B)
000
010
100
111