Parity Bit

A parity bit, or check bit, is added to a data stream as an error detection and correction code.


A typical application is a serial data stream, where each octet that is transmitted is optionally followed by a parity bit. This is the count of ones in the octet. If the parity bit and the local count differ, the byte was not received correctly.

Parity bits do not provide enough information to resolve the discrepancy.

← Back to all terms