Boolean XOR

To represent an XOR gate between A and B, we use the \oplus operator:

A\oplus B

flashcards

QuestionAnswer
A xor B is represented by which operator?A\oplus B
What is the logical meaning of A \oplus B?It represents the Boolean XOR (exclusive OR) gate between A and B.