Exam-style question
Try this first
Which method adds a bit so that the total number of 1s in a group of bits has a required parity, such as even parity?.
- A.Majority voting
- B.Checksum
- C.Check digit
- D.Parity bit
Model answer
What a good answer should say
- Parity bit
Explanation
Why this works
A parity bit is added to a group of bits to give the group the required odd or even parity. This allows a parity check to identify certain errors.
Common mistake
No common mistake is linked to this question yet.
