Questions about this topic? Sign up to ask in the talk tab.
Bitwise math/Operators/OR/rules
From NetSec
Revision as of 06:14, 19 July 2012 by GertieUbpgdd (Talk | contribs) (moved Bitwise math/NOT, AND, OR and XOR/OR/OR rules to Bitwise math/Operators/OR/rules)
- back to Bitwise math
- OR determines if any bits are true from the given binary operands
- 1 or 1 = 1
- 1 or 0 = 1
- 0 or 0 = 0