recategorized by
2,604 views
3 votes
3 votes

Consider a code with only four valid code words: $0000000000$, $0000011111$, $1111100000$, and $1111111111$. This code has distance $5$. If the code word arrived is $0000000111$ then the original code word must be _______

  1. $0000011111$
  2. $0000000000$
  3. $1111100000$
  4. $1111111111$
recategorized by

1 Answer

1 votes
1 votes
If the code word arrived is 0000000111 then   it will try to match with the closest valid code

which is 0000011111 with 2 bit error

this proves if min hamming distance is d (here it i 5)  then it can correct max upto (d-1)/2 bit error

for rest valid codewords no of bits in error are more

Hence Option A is right ans
edited by
Answer:

Related questions

0 votes
0 votes
1 answer
1
go_editor asked Nov 20, 2020
1,954 views
Using ‘RSA’ public key cryptosystem, if $p=3$, $q=11$ and $d=7$, find the value of $e$ and encrypt the number $’19’$$20, 19$$33,11$$3, 28$$77, 28$
0 votes
0 votes
2 answers
2