language-icon Old Web
English
Sign In

Bit manipulation

Bit manipulation is the act of algorithmically manipulating bits or other pieces of data shorter than a word. Computer programming tasks that require bit manipulation include low-level device control, error detection and correction algorithms, data compression, encryption algorithms, and optimization. For most other tasks, modern programming languages allow the programmer to work directly with abstractions instead of bits that represent those abstractions. Source code that does bit manipulation makes use of the bitwise operations: AND, OR, XOR, NOT, and bit shifts.

[ "Bit error rate", "Bit numbering", "Parity bit", "Bit field", "Bitwise operations in C", "Find first set" ]
Parent Topic
Child Topic
    No Parent Topic