technoplato 28 Jan 2020 in Public xor ⊕ is the symbol for xor xor is true when one of the two inputs is exclusively 1. ie: 1 ⊕ 0 = 1 0 ⊕ 1 = 1 1 ⊕ 1 = 0 digital logic