Exams › GATE › Technical
Which one of the following is NOT a valid identity?
- (x ⊕ y) ⊕ z = x ⊕ (y ⊕ z)
- (x + y) ⊕ z = x ⊕ (y + z)
- x ⊕ y = x + y, if xy = 0
- x ⊕ y = (xy + x'y')'
Correct answer: (x + y) ⊕ z = x ⊕ (y + z)
Solution
Option B is incorrect because it misapplies the properties of the XOR operation (⊕) and addition (+). Unlike addition, XOR does not distribute over addition, making this identity invalid.
Related GATE Technical questions
⚔️ Practice GATE Technical free + battle 1v1 →