|  
       1010000
       0100101
       0100010
       1001001              
 |  
The sender uses even parity in rows and in columns and transmits the bits in a row-wise fashion (including the parity bit in each row).
 
  |  
Suppose the receiver receives the following message:
        11110000
        01010101
        10101010
        00001111                 
 |  
As you can see, all rows and columns have even parity. So the receiver will accept this message without errors.
Suppose the messages above that was received in error
Questions:
Answer:
 
  |  
Answer:
 
  |  
Answer:
 
  |  
                1111111
  Bit position: 6543210987654321
                ----------------
  Bit pattern:  0100000010000001                       
 |  
I put the pattern under a lot of numbers to show the bit positions. You should read the numbers above the bit pattern as:
      bit position 1, 2, 3, 4, 5, 6, 7,8, 9, 10 , 11, 12, 13, 14, 15, 16
from right to left. 
(The bit positions are written as 16, 15, 14, ..., 4,3,2,1   from 
 left to right.)
                22222222221111111111
  Bit position: 98765432109876543210987654321       
                -----------------------------
  Answer:                                     (line up bit position !)  
 |  
I.e.: encode the above message.
NOTE: You must line up your answer with the bit position as I have done above to receive credit !
 
  |  
  Bit position: 6543210987654321
                ----------------
                0100000010000001               
 |  
Questions:
                                                                       
 |  
                                                                       
  Bit position: 6543210987654321
                ----------------
  Answer:
 |  
Further clarification:
 
  |  
NOTE: You MUST number your answer with the bit position as I have done above to receive credit !
  Bit position: 6543210987654321
                ----------------
                0100000010000001                 
 |  
Circle in the above figure the 2 bits that are in error.
Further clarification:
 
  |  
    10000001             
 |  
What is the bit pattern that the sender will transmit ? (10 pts)
                                                                                 
 |  
       10000001                 
 |  
Will the receiver decide that the message was correct or in error ? Explain to get full credit. (10 pts)
                                                                               
 |  
                                                                                  
 |