<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://bsccs.stoney-wiki.com/w/index.php?action=history&amp;feed=atom&amp;title=Exclusive_disjunction</id>
	<title>Exclusive disjunction - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://bsccs.stoney-wiki.com/w/index.php?action=history&amp;feed=atom&amp;title=Exclusive_disjunction"/>
	<link rel="alternate" type="text/html" href="https://bsccs.stoney-wiki.com/w/index.php?title=Exclusive_disjunction&amp;action=history"/>
	<updated>2026-05-04T20:08:08Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.6</generator>
	<entry>
		<id>https://bsccs.stoney-wiki.com/w/index.php?title=Exclusive_disjunction&amp;diff=31&amp;oldid=prev</id>
		<title>Bfh-sts: Created page with &quot;= Exclusive disjunction =  Exclusive disjunction (often abbreviated as XOR) is the logical operation that returns true if exactly one of the propositions is true, but not both.  == Symbols == * p ⊕ q (standard notation) * p XOR q (common in computer science) * (p ∨ q) ∧ ¬(p ∧ q) (definition using basic operators)  == Definition == The exclusive disjunction &#039;&#039;p ⊕ q&#039;&#039; is true if either &#039;&#039;p&#039;&#039; or &#039;&#039;q&#039;&#039; is true, but false if both are true or both are false.  == Tru...&quot;</title>
		<link rel="alternate" type="text/html" href="https://bsccs.stoney-wiki.com/w/index.php?title=Exclusive_disjunction&amp;diff=31&amp;oldid=prev"/>
		<updated>2025-10-20T13:29:04Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;= Exclusive disjunction =  Exclusive disjunction (often abbreviated as XOR) is the logical operation that returns true if exactly one of the propositions is true, but not both.  == Symbols == * p ⊕ q (standard notation) * p XOR q (common in computer science) * (p ∨ q) ∧ ¬(p ∧ q) (definition using basic operators)  == Definition == The exclusive disjunction &amp;#039;&amp;#039;p ⊕ q&amp;#039;&amp;#039; is true if either &amp;#039;&amp;#039;p&amp;#039;&amp;#039; or &amp;#039;&amp;#039;q&amp;#039;&amp;#039; is true, but false if both are true or both are false.  == Tru...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Exclusive disjunction =&lt;br /&gt;
&lt;br /&gt;
Exclusive disjunction (often abbreviated as XOR) is the logical operation that returns true if exactly one of the propositions is true, but not both.&lt;br /&gt;
&lt;br /&gt;
== Symbols ==&lt;br /&gt;
* p ⊕ q (standard notation)&lt;br /&gt;
* p XOR q (common in computer science)&lt;br /&gt;
* (p ∨ q) ∧ ¬(p ∧ q) (definition using basic operators)&lt;br /&gt;
&lt;br /&gt;
== Definition ==&lt;br /&gt;
The exclusive disjunction &amp;#039;&amp;#039;p ⊕ q&amp;#039;&amp;#039; is true if either &amp;#039;&amp;#039;p&amp;#039;&amp;#039; or &amp;#039;&amp;#039;q&amp;#039;&amp;#039; is true, but false if both are true or both are false.&lt;br /&gt;
&lt;br /&gt;
== Truth Table ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! p !! q !! p ⊕ q&lt;br /&gt;
|-&lt;br /&gt;
| T || T || F&lt;br /&gt;
|-&lt;br /&gt;
| T || F || T&lt;br /&gt;
|-&lt;br /&gt;
| F || T || T&lt;br /&gt;
|-&lt;br /&gt;
| F || F || F&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
* If &amp;#039;&amp;#039;p&amp;#039;&amp;#039; = &amp;quot;I go jogging&amp;quot; and &amp;#039;&amp;#039;q&amp;#039;&amp;#039; = &amp;quot;I go swimming&amp;quot;,  &lt;br /&gt;
  then &amp;#039;&amp;#039;p ⊕ q&amp;#039;&amp;#039; = &amp;quot;I go jogging or swimming, but not both&amp;quot;.&lt;br /&gt;
* In Python: &amp;lt;code&amp;gt;p ^ q&amp;lt;/code&amp;gt; (when p and q are booleans)&lt;br /&gt;
* In Java: &amp;lt;code&amp;gt;p ^ q&amp;lt;/code&amp;gt; (when p and q are booleans)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Propositional logic (Aussagenlogik)]]&lt;br /&gt;
[[Category: Diskrete Mathematik I (BZG1155pa) 25/26]]&lt;/div&gt;</summary>
		<author><name>Bfh-sts</name></author>
	</entry>
</feed>