PRASHNIKAप्रश्निका
Back to the paper

Verify the following expression by using the truth table:

Computer Science20232 marksShort answer
Verify the following expression by using the truth table: $(A \odot B)' = (A \oplus B)$

Answer

Answer

AI
$A \odot B$ (XNOR) $= A'B' + AB$ and $A \oplus B$ (XOR) $= A'B + AB'$.
AB$A \odot B$$(A \odot B)'$$A \oplus B$
00100
01011
10011
11100
The columns $(A \odot B)'$ and $A \oplus B$ are identical for all inputs, hence $(A \odot B)' = A \oplus B$. Verified.
Boolean Algebra

From ISC 2023 Computer Science Paper 1, question 4(iii).