Question 99

Computer Awareness Boolean algebra Easy

Which of the following is the CORRECT truth table for the XOR Gate with two binary inputs A and B?

(A) A=0, B=0, Out=0; A=0, B=1, Out=1; A=1, B=0, Out=1; A=1, B=1, Out=0
(B) A=0, B=0, Out=1; A=0, B=1, Out=0; A=1, B=0, Out=0; A=1, B=1, Out=1
(C) A=0, B=0, Out=0; A=0, B=1, Out=0; A=1, B=0, Out=1; A=1, B=1, Out=1
(D) A=0, B=0, Out=1; A=0, B=1, Out=1; A=1, B=0, Out=1; A=1, B=1, Out=0
View Dynamic Solution & Explanation
Correct Solution: Option A

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} \]