×
Create a new article
Write your page title here:
We currently have 3,189 articles on s23. Type your article name above or create one of the articles listed here!



    s23
    3,189Articles
    in:

    Xor: Difference between revisions

    Content added Content deleted
    imported>mutante
    mNo edit summary
    imported>Cosmea
    mNo edit summary
    Line 1: Line 1:
    "A or B, but not both"
    "A or B, but not both"

    Exclusive or (usual symbol XOR occasionally EOR), which is sometimes called '''exclusive disjunction''', is a logical operator that results in true if one of the operands, but not both of them, is true.


    <pre>
    <pre>
    Line 14: Line 16:
    provided via [[IRC]] by <noen>
    provided via [[IRC]] by <noen>


    *[[Wikipedia:XOR]]
    * http://mathworld.wolfram.com/XOR.html
    * http://mathworld.wolfram.com/XOR.html



    Revision as of 18:18, 13 March 2006

    "A or B, but not both"

    Exclusive or (usual symbol XOR occasionally EOR), which is sometimes called exclusive disjunction, is a logical operator that results in true if one of the operands, but not both of them, is true.

    +------+---+
    | A, B | X |
    +------+---+
    | 0  0 | 0 |
    | 0  1 | 1 |
    | 1  0 | 1 |
    | 1  1 | 0 |
    +------+---+
    

    provided via IRC by <noen>

    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.