40,530 views

1 Answer

Best answer
3 votes
3 votes
data word = 101001111
divisor =10111 ...here divisor is 5 bits so pad 4 0's in data word

10111 ) 101001111 0000
             10111
           -----------------------
            000111111 0000
                   10111
           ----------------------
                010001 0000
                  10111
            -----------------------
                  00110 0000
                      101 11
            -----------------------
                      011 1100
                         10 111
             ----------------------
                        01 0010
                          1 0111
                       --------------
                          0 0101

so code word will be 1010011110101
selected by

Related questions

1 votes
1 votes
1 answer
1
rahuldb asked Nov 6, 2016
2,987 views
The codeword is of length 7.Calculate the codeword C and remainder R.Please answer with working
2 votes
2 votes
3 answers
3
Shashank Chavan asked Nov 23, 2015
1,727 views
1.Data has been delivered to the application.2.Date has been received by TCP module.3.Data has been received by the Application interface.4.NoneWhat should be the answer?...