[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
XOR
A binary logical operator which returns True in the event that one or the other, but not both, elements in the operation are true. Thus, using 1 to represent a value of True and 0 to represent a value of False, the possible outcomes of an Xor operation are presented in the following table:
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
XOR
Xor
(eXclusive or)A binary logical operator which returns True in the event that one or the other, but not both, elements in the operation are true. Thus, using 1 to represent a value of True and 0 to represent a value of False, the possible outcomes of an Xor operation are presented in the following table:
0 And 0 = 0 0 And 1 = 1 1 And 0 = 1 1 And 1 = 0
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
