618 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			618 B
		
	
	
	
	
	
	
	
| tags | ||||
|---|---|---|---|---|
  | 
XOR gate
XORstands for exclusive or, also known as exclusive conjunction. This means it can only betrueif one of its propositions aretrue. If both aretruethis doesn't exclude one of the propositions so the overall statement has to befalse. This is the only change in the truth conditions fromOR.
p    q   p xv q
_    _   ________
t    t     f      (1)
t    f     t      (2)
f    t     t      (3)
f    f     f      (4)  
			
		