2,765 views
0 votes
0 votes
Given a binary string , in which direction should we place the parity bits , starting from left to right or right to left? Does both give same result

Ex : Data is 1001

1. P1 P2 1 P4 0 0 1

2. 1 0 0 P4 1 P2 P1

Which is correct?

1 Answer

Related questions

1 votes
1 votes
3 answers
1
shikharV asked Jan 30, 2016
4,967 views
Please check how the correct answer is B.
0 votes
0 votes
0 answers
2
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...
0 votes
0 votes
0 answers
3
Rahul_Rathod_ asked Jan 19, 2019
584 views
what is approach to solve this type of question?
2 votes
2 votes
2 answers
4
iarnav asked Nov 19, 2018
3,027 views
If the Hamming distance between a dataword and the corresponding codeword is three, there are _____ bits in error.A) 5 B) 4 C) 3 D) none of the above