0

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?

Carl Norum
  • 219,201
  • 40
  • 422
  • 469

1 Answers1

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