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

Bitwise math/Operators/XOR

From NetSec
Revision as of 03:12, 19 July 2012 by GertieUbpgdd (Talk | contribs) (Created page with "<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 the...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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.