retagged by
495 views
0 votes
0 votes
Consider the last 4 digits of your student register and append with 1122 and represent the number

in binary number for data sequence.

a) Apply hamming method to find the parity/check/skip bits and show the whole data

sequence transmitted.

b) Flip the 5th bit from the right and check whether the receiver identifies this single bit error

Example:

Step1: Assume the last 4 digit of your register number if 6038 and append with 1122 i.e., 60381122.

Step2: Place “1” for odd numbers in the sequence and “0” for even numbers in the sequence i.e.,

Register Number 6 0 3 8 1 1 2 2

Binary Sequence 0 0 1 0 1 1 0 0

The data sequence for the example is: 00101100
retagged by

Please log in or register to answer this question.

Related questions

2 votes
2 votes
1 answer
1
1 votes
1 votes
1 answer
3
iabhay.gupta asked Dec 11, 2022
657 views
Consider a hypothetical processor which supports expand opcode technique. A 32bit instruction is place in 256MW memory. If there exist 10, one address instructionthen how...
0 votes
0 votes
0 answers
4
Overflow04 asked Sep 3, 2022
288 views
Please clarify the fourth option only.My doubt: if the same word in requires repeatedly, then for the first the word will be miss and there after it is continuously in u...