7,608 views

1 Answer

Best answer
10 votes
10 votes

Code is 1110 0100 1111

Now check Parity bit

P1=$1\oplus 0\oplus 1\oplus 0\oplus 1\oplus 1=0$

P2=$1\oplus 1\oplus 1\oplus 0\oplus 1\oplus 1=1$

P4=$0\oplus 0\oplus 1\oplus 0\oplus 1=0$

P8=$0\oplus 1\oplus 1\oplus 1\oplus 1=0$

So, Error in 2nd bit

original bit is 1010 0100 1111 =A4F

selected by

Related questions

0 votes
0 votes
1 answer
2
amitlko asked Oct 29, 2016
541 views
Assume x, y and z are n bit binary numbers then which of the following inequalities hold about Hamming Distance between them?A. HD(x,y)+HD(y,z)>=HD(x,z)B. HD(x,y)+HD(y,z)...
4 votes
4 votes
4 answers
3
Isha Gupta asked Jun 15, 2016
4,616 views
The hamming distance between the octets of $\textsf{0xAA}$ and $\textsf{0x55}$ is$7$$5$$8$$6$
0 votes
0 votes
0 answers
4
Ray Tomlinson asked Aug 17, 2023
382 views
in reciever side to detect err which one representation we should follow to know that in which bit error is present in hamming code?p1p2d1p4d2d3d4p8d5d6 d6d5p8d4d3d2p4d1p...