Computer Science

…………… is logically equivalent to an inverted XOR gate.

  1. AND
  2. XNOR
  3. OR
  4. NOR

Boolean Algebra

2 Likes

Answer

XNOR

Reason — An XOR gate outputs true only when the inputs are different. The XNOR gate, being the inverse of the XOR gate, outputs true when the inputs are the same. This means that the XNOR gate behaves exactly like an XOR gate with its output inverted, making it logically equivalent to an inverted XOR gate.

Answered By

2 Likes


Related Questions