In: Computer Science
For the following Hamming Code word, please indicate the location of the bit in error (assuming even parity): 0011 0001 010
Solution:
Given,
=>Hamming error correction technique is used.
=>Codeword = 0011 0001 010
Explanation:
Finding the position of error bit:
=>We will calculate the values of check bits P1, P2, P4 and P8 depending upon the even pairty.
=>Finally calculating the decimal value of P8P4P2P1 will result into the error bit position.
=>Hence on the basis of above calculatons we have found that D7 bit has error.
I have explained each and every part with the help of statements as well as image attached to it.