Questions about this topic? Sign up to ask in the talk tab.

Difference between revisions of "Bitwise math/Operators/XOR"

From NetSec
Jump to: navigation, search
Line 1: Line 1:
 
<noinclude>{{subpage|Bitwise math}}</noinclude>
 
<noinclude>{{subpage|Bitwise math}}</noinclude>
 
{{info|<center>XOR is a bitwise comparison operator that returns a true bit if the compared bits in question are different. If they are the same, it returns a false bit.</center>}}
 
{{info|<center>XOR is a bitwise comparison operator that returns a true bit if the compared bits in question are different. If they are the same, it returns a false bit.</center>}}
 +
 +
==== XOR rules ====
 +
 +
{{:Bitwise math/NOT, AND, OR and XOR/XOR/XOR rules}}
 +
 +
==== XOR properties ====
 +
 +
{{:Bitwise math/NOT, AND, OR and XOR/XOR/XOR properties}}
 +
 +
==== XOR example ====
 +
 +
{{:Bitwise math/NOT, AND, OR and XOR/XOR/XOR example}}
 +
 +
==== XOR logic table ====
 +
 +
{{:Bitwise math/NOT, AND, OR and XOR/XOR/XOR logic table}}

Revision as of 07:24, 19 July 2012

back to Bitwise math


c3el4.png
XOR is a bitwise comparison operator that returns a true bit if the compared bits in question are different. If they are the same, it returns a false bit.

XOR rules

Bitwise math/NOT, AND, OR and XOR/XOR/XOR rules

XOR properties

Bitwise math/NOT, AND, OR and XOR/XOR/XOR properties

XOR example

Bitwise math/NOT, AND, OR and XOR/XOR/XOR example

XOR logic table

Bitwise math/NOT, AND, OR and XOR/XOR/XOR logic table