Does the ASCII code with the parity bit allow us to correct a one-bit error and does the ASCII code recover the original data?
Asked
Active
Viewed 171 times
0
-
No, a parity bit doesn't provide any information about which bit was flipped. Also what's up with the tag? – Carl Norum Jan 06 '13 at 17:16
1 Answers
1
Does the ASCII code with the parity bit allow us to correct a one-bit error
No. It can only detect a 1-bit error.

Oliver Charlesworth
- 267,707
- 33
- 569
- 680