The truth table represents the basic operation of a logic gate.
\begin{array}{|c|c|c|}
\hline
\rule{0pt}{2.5ex}\ \ \ \textit{Input A} \ \ \ \rule[-1ex]{0pt}{0pt}&\ \ \ \textit{Input B} \ \ \ & \ \ \ \textit{Output} \ \ \ \\
\hline
\rule{0pt}{2.5ex} 1 \rule[-1ex]{0pt}{0pt}& 1 & 1 \\
\hline
\rule{0pt}{2.5ex} 1 \rule[-1ex]{0pt}{0pt}& 0 & 1 \\
\hline
\rule{0pt}{2.5ex} 0 \rule[-1ex]{0pt}{0pt}& 1 & 1 \\
\hline
\rule{0pt}{2.5ex} 0 \rule[-1ex]{0pt}{0pt}& 0 & 0 \\
\hline
\end{array}
What is the logic gate?
- AND
- NAND
- NOR
- OR
