The AND gate performs a logical multiplication.
The output \( Y \) of an AND gate is: \[ Y = A \cdot B, \]
where \( A \) and \( B \) are the inputs.
Truth table: \[ \begin{array}{|c|c|c|} \hline A & B & Y \\ \hline 0 & 0 & 0 \\ 0 & 1 & 0 \\ 1 & 0 & 0 \\ 1 & 1 & 1 \\ \hline \end{array} \]