XORvärava
XORvärava, also known as an exclusive OR gate, is a fundamental digital logic gate. It performs logical disjunction, in which the output is true if and only if an odd number of inputs are true. This means that if both inputs are the same (either both true or both false), the output will be false. If the inputs are different, the output will be true. The symbol for XOR is often represented by a circled plus sign or the word "XOR".
The truth table for a two-input XOR gate is as follows: Input A | Input B | Output 0