xor means exclusive or, ie a OR b, excluding the case when both are true. but what about xnor, what is the meaning of the word exclusive here? why exclusive nor, instead of not- exclusive or nxor?
Name:
Anonymous2012-05-17 22:31
Think of it as "Not XOR". So if XOR would return true, XNOR returns false and vice versa.