XOR: Binary operation rule, the rule is that both are 0, the difference is 1 or both are logically false and both are true. For example, the binary numbers 1 1 and 0 1 are XOR and the result is 10. Purpose: XOR gate can be used in circuit hardware and is a kind of circuit switch. It is widely used.
Xor is a mathematical operator. It is suitable for logical operation. The mathematical symbol of XOR is "_" and the computer symbol is "XOR". The algorithm is: a_b=(a∧b)∨(a∧b) If the values of A and B are different, the XOR result is 1.
Explanation of xor: XOR is a mathematical operator. It is suitable for logical operation. The mathematical symbol of XOR is "_" and the computer symbol is "XOR". The algorithm is: a_b=(a∧b)∨(a∧b).
XOR: XOR. It is an operation rule (combined with Not, And, Or). Input 1 input 2 Result:1XOR100xor0010x01both true and false, then