Multiple choice The XOR operator is associative and commutative distributive over AND operator both (1) and (2) none of the above Reveal answer Fill a bubble to check yourself A Correct answer Explanation XOR is associative: (A XOR B) XOR C = A XOR (B XOR C). It is also commutative: A XOR B = B XOR A. However, XOR is NOT distributive over AND.