Question:

\( AB \oplus (A + B) \) is equivalent to _______.

Show Hint

In Boolean algebra, XOR operations result in expressions of the form \( A^1 B + AB^1 \).
Updated On: Jun 16, 2025
  • \( A^1 B + AB^1 \)
  • \( AB + A^1 B^1 \)
  • \( A^1 B + A^1 B^1 \)
  • \( A + B \)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

The given expression \( AB \oplus (A + B) \) is a Boolean expression. By simplifying the XOR operation, we get \( A^1 B + AB^1 \). Therefore, the correct answer is option (1).
Was this answer helpful?
0
0