Skip to main content
parity check

parity check

1 5.8
A way to find errors in digital data by checking whether the number of ones is even or odd
  • noun
  • /ˈpærɪti tʃɛk/
  • Specialized
translation icon : verificación de paridad
  • Before sending the data, the programmer implemented a parity check to verify the integrity of the information.

Examples

  • If you when you receive the packet, you check to see whether the parity check checks.

  • - You can run a parity check.

  • In this case, the parity check matrix is the same.

  • The powers of two and the parity check bits.

  • And then I will give you a methodology for working out what the parity check bits would be.

  • Error detection is improved by using a cyclic redundancy check (CRC) rather than a simple bus parity check.

    Academic text (1996)
  • The system performed a parity check to ensure the data transmission was error-free.

  • To detect any transmission errors, he added a parity check to the data packet.

Synonyms

checksum
vsparity check
  • Specialized
1 7.4

A number created from a file's data to check for errors

uses a single bit count rule rather than complex numeric algorithms
parity
vsparity check
  • Specialized
1 7.5

An extra bit added to data to make the number of ones odd or even

uses counting of ones to detect errors rather than adding storage bits
redundancy check
vsparity check
  • Specialized
1 5.5

A way to find mistakes in data by adding extra information when sending or saving it

relies on a ones count rule rather than adding general redundancy
odd-even check
vsparity check
  • Specialized
6.7

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

is the standard technical name for that same method
check character
vsparity check
  • Specialized
7.1

An extra digit or letter added to the end of a code to find reading errors

uses a ones count rule rather than adding a full extra character

How Reliable

error correction code
  • Specialized
4.3
cyclic redundancy check
  • Specialized
1 6.8
checksum
  • Specialized
1 7.4
parity check
  • Specialized
1 5.8

Surface Forms

parity check singular
parity checks plural

Morphology

parity + check

The meaning is directly compositional: 'parity' denotes an even/odd property and 'check' means to verify, so 'parity check' literally refers to verifying parity (the evenness/oddness) of data. Although the term is technical, its sense follows straightforward combination of the constituents and is cross-linguistically paralleled, so a B1 learner who knows both words would be able to infer the meaning.

Etymology

Parity check comes from a simple idea: parity means 'even' or 'odd' and check means to test. Early computers added one extra digit and used this test to see if the number of '1's was correct, so a parity check became a basic way to find 'errors' in data.