Skip to main content
parity

parity

1 7.5
An extra bit added to data to make the number of ones odd or even
  • noun
  • /ˈpærɪti/
  • Specialized
translation icon : paridad
  • Both units should show eight data bits, one stop bit, no parity, and software handshake.
  • parity check
  • parity bit
  • byte parity

Yes, But it's not going to be simple minded parity checking.

Examples

  • All registers in the data path and most state machines in the control flow are parity-checked.

    Academic text (1997)
  • Data from the BSN bus arrive with parity and are stored with ECC bits generated by the ECC stations (shown).

    Academic text (1997)
  • So this is called an even parity system.

  • In addition to the eight data bits and the parity bit, a clock is sent in each direction.

    Academic text (1997)
  • The PIJ bits are used to make the parity of each row and column be odd.

  • The L1 cache is parity-checked.

    Academic text (1997)
  • The cache directory entry consists of the 20-bit real page number, a valid bit, and parity bits.

    Academic text (1994)
  • The cache uses error-correcting codes (ECC) on unique data, and parity on all other data that resides elsewhere in the system.

    Academic text (1999)
  • All system buses are 16 bytes wide, parity-checked, and bidirectional, and are connected by pairs of L2, BSN, and STC chips.

    Academic text (1997)
  • The system uses parity bits to detect transmission errors in data packets.

Synonyms

parity check
vsparity
  • Specialized
1 5.8

A way to find errors in digital data by checking whether the number of ones is even or odd

is the technique that adds bits to ensure ones counts for detection
parity bit
vsparity
  • Specialized
6.2

A small extra binary digit added so the total number of 1s is even or odd to find errors

is the technique that uses such bits to detect transmission errors
check bit
vsparity
  • Specialized
6.9

An extra binary digit added to data to find errors in transmission or storage

is the broader method relying on these bits to spot data errors

Compounds

parity check
  • Specialized
1 5.8

A way to find errors in digital data by checking whether the number of ones is even or odd

9.6

A rule in physics that switching left and right gives the same result

parity bit
  • Specialized
6.2

A small extra binary digit added so the total number of 1s is even or odd to find errors

How Reliable

error correction code
  • Specialized
4.3
cyclic redundancy check
  • Specialized
1 6.8
to checksum
  • Specialized
6.3
parity
  • Specialized
1 7.5

Surface Forms

parity singular
parities plural

Morphology

parity = par (opaque) = par + ity

Although the form suggests a state of equality, the computing meaning involving an error-detection bit is a specialized technical extension that is not predictable from the parts alone.

Etymology

Parity in computing is a simple error check that adds one extra bit so the total number of 1s is always even or always odd. The word comes from Latin par 'equal', so the check is about making the count 'match' to spot mistakes.