A simple parity-check bit, which is normally added at the end of the word (changing a 7-bit

Question:

A simple parity-check bit, which is normally added at the end of the word (changing a 7-bit ASCII character to a byte), cannot detect even numbers of errors. For example, two, four, six, or eight errors cannot be detected in this way. A better solution is to organize the characters in a table and create row and column parities. The bit in the row parity is sent with the byte, the column parity is sent as an extra byte (Figure 10.23).

сі C2 СЗ С4 С5 С6 С7 R1 1 1 0 0 1 1 1 С1 C2 СЗ С4 С5 С6 С7 R1 1 1 0 0 1 1 1. 1 R2 1 0 R2 1 0 1. 1. 1. R3

Show how the following errors can be detected:
a. An error at (R3, C3).
b. Two errors at (R3, C4) and (R3, C6).
c. Three errors at (R2, C4), (R2, C5), and (R3, C4).
d. Four errors at (R1, C2), (R1, C6), (R3, C2), and (R3, C6).

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: