Find the missing term in the following Boolean Expression X ⊕ ____ = 1
2017
Find the missing term in the following Boolean Expression X ⊕ ____ = 1
- A.
0 / 0
- B.
X' / X'
- C.
X / X
- D.
1 / 1
Attempted by 321 students.
Show answer & explanation
Correct answer: B
Correct Answer: X' Explanation: In the XOR (⊕) operation, the output is 1 when the two inputs are different. X ⊕ X' always gives 1 because X and its complement X' are always different.