Imgflip Logo Icon

haven't had this in a while huh?

haven't had this in a while huh? | POP QUIZ
Explain what an XOR gate is, and write a table for two inputs and one output | image tagged in official badlydrawnaxolotl announcement temp | made w/ Imgflip meme maker
90 views 3 upvotes Made by BadlyDrawnAxolotl 3 years ago in MS_memer_group
OFFICIAL badlydrawnaxolotl announcement temp memeCaption this Meme
2 Comments
0 ups, 3y,
1 reply
Exclusive or or exclusive disjunction is a logical operation that is true if and only if its arguments differ (one is true, the other is false).

It is symbolized by the prefix operator J and by the infix operators XOR (/ˌɛks ˈɔːr/, /ˌɛks ˈɔː/, /ˈksɔːr/ or /ˈksɔː/), EOR, EXOR, ⊻, ⩒, ⩛, ⊕, and ≢. The negation of XOR is the logical biconditional, which yields true iff the two inputs are the same.

It gains the name "exclusive or" because the meaning of "or" is ambiguous when both operands are true; the exclusive or operator excludes that case. This is sometimes thought of as "one or the other but not both". This could be written as "A or B, but not A and B".

Since it is associative, it may be considered to be an n-ary operator which is true if and only if an odd number of arguments are true. That is, a XOR b XOR ... may be treated as XOR(a,b,...).

-----------------------------------------------------------------------------------------------------------

The truth table of A XOR B shows that it outputs true whenever the inputs differ:

| A | B | A ⊕ B |
---------------------
| F | F | F |
| F | T | T |
| T | F | T |
| T | T | F |
0 ups, 3y
A+ and extra credit
OFFICIAL badlydrawnaxolotl announcement temp memeCaption this Meme
Created with the Imgflip Meme Generator
IMAGE DESCRIPTION:
POP QUIZ Explain what an XOR gate is, and write a table for two inputs and one output