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

Bitwise math/Operators/XOR

From NetSec
Revision as of 07:24, 19 July 2012 by GertieUbpgdd (Talk | contribs)

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.

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