parity
- noun
- /ˈpærɪti/
- Specialized
- 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.
- 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
A way to find errors in digital data by checking whether the number of ones is even or odd
A small extra binary digit added so the total number of 1s is even or odd to find errors
An extra binary digit added to data to find errors in transmission or storage
Compounds
- Specialized
A way to find errors in digital data by checking whether the number of ones is even or odd
- Specialized
A rule in physics that switching left and right gives the same result
- Specialized
A small extra binary digit added so the total number of 1s is even or odd to find errors
How Reliable
- Specialized
- Specialized
- Specialized
- Specialized
Surface Forms
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.