Computer Science
Intermediate
Parity Bit
XOR of data bits used for error detection.
Formula
Variables
b_iData bits
Example
Detects single-bit errors
Did You Know?
A single parity bit can detect an error but not fix it, the simplest form of error checking.