Which one of the following expressions does NOT represent exclusive NOR of…

20132013

Which one of the following expressions does NOT represent exclusive NOR of \(x\) and \(y\)?

Answer: D. \(x′\oplus y′\)Key idea: exclusive NOR (XNOR) is true when x and y are equal; a standard form is xy + x′y′. Check the expression that does NOT match XNOR: For x′ ⊕ y′,…

  1. A.

    \(xy + x′ y′\)

  2. B.

    \(x\oplus y′\)

  3. C.

    \(x′\oplus y\)

  4. D.

    \(x′\oplus y′\)

Attempted by 1430 students.

Show answer & explanation

Correct answer: D

Key idea: exclusive NOR (XNOR) is true when x and y are equal; a standard form is xy + x′y′.

  • Check the expression that does NOT match XNOR:

  • For x′ ⊕ y′, complementing both inputs gives x′ ⊕ y′ = x ⊕ y (property of XOR).

  • XOR (x ⊕ y) is 1 when x and y differ, while XNOR is 1 when x and y are equal, so x′ ⊕ y′ represents XOR, not XNOR.

Conclusion: x′ ⊕ y′ does NOT represent exclusive NOR; the other expressions (xy + x′y′, x ⊕ y′, x′ ⊕ y) are equivalent to XNOR.

A video solution is available for this question — log in and enroll to watch it.

Explore the full course: Iocl Engineers Officers Grade A Paper 2

Loading lesson…