The output of an AND gate is true only when both inputs are true. In the example above, input one closes and opens the circuit while input two controls signal on or off. Both input one 'AND' input two have to be true in order for the signal to reach the output.
Truth Table
Input One Input Two Output
0 0 0
1 0 0
0 1 0
1 1 1