36.6k views
1 vote
What shortcoming does a parity bit have when used as an error detection scheme for a sequence of ones and zeros

User Genkilabs
by
4.2k points

1 Answer

6 votes

Answer:

It only detects errors if an odd number of bit flips have occurred.

Step-by-step explanation:

Parity is a measure of how even or odd a string of digits (for example, a string of binary units is). It is obtained by calculating the value of all the bits. Parity is used in error detection. A parity error is detected when the parity and the odd number of bits are incorrectly propagated.

A problem commonly associated with the parity bits is that they can only detect an odd number of bit errors. This means that if a digit is corrupted in the even binary digits there would be an incorrect detection of errors.

User Snowdream
by
3.7k points