← all shorts

Concept

parity bit

A single bit added to a block of binary data to indicate whether the number of set bits (ones) in the block is even or odd. It allows for simple error detection: if the parity changes during transmission, an error has occurred, but it does not specify which bit is wrong.

Mentioned in 1 article