Which of the following is the CORRECT truth table for the XOR Gate with two binary inputs A and B?
Step-by-step Solution:
\[ \textbf{XOR Gate Truth Table} \] \[ \begin{array}{|c|c||c|} \hline A & B & \text{Out} \\ \hline 0 & 0 & 0 \\ 0 & 1 & 1 \\ 1 & 0 & 1 \\ 1 & 1 & 0 \\ \hline \end{array} \]