bit operation; bitwise operation
Computing term for operations that manipulate individual bits within binary representations, such as AND, OR, XOR, and shifts.
Using bit operations, you can flip only specific bits.
This program is sped up using bitwise operations.