Let ⊕ denote XOR operation. Let 1 and 0 denote the binary constants and F is the Boolean expression over two variables P and Q
F(P, Q) = ((1 ⊕ P) ⊕ (P ⊕ Q)) + ((P ⊕ Q) ⊕ (Q ⊕ 0))
Which of the following is equivalent expression to F?
The correct answer is \(\overline{P \oplus Q}\)
Key Points
COLCULATION: