1. suppose the following messages are source - encoded given by the table.\nmessage encoded bits\nup…

1. suppose the following messages are source - encoded given by the table.\nmessage encoded bits\nup 00\ndown 01\nleft 10\nright 11\nb. decode the set of directions given by the message received.\nmessage received decoded message\n10010011 1.)\n01010010 2.)\n11000110 3.)\n01100111 4.)\n00101111 5.)\n01100111 4.)\n00101111 5.)\n10010011 choose\n01010010 choose\n11000110 choose\n01100111 choose\n00101111 choose\nquestion 2 5 pts\nchoose\nleft - down - up - right\nleft - up - down - right\nright - up - down - down\nup - left - right - right\ndown - left - down - up\ndown - down - up - left\nright - up - down - left\nup - left - right - down\ndown - left - down - right\ndown - down - up - up
Answer
Explanation:
Step1: Analyze first two - bit segment of 10010011
The first two - bit segment is 10, which corresponds to "LEFT" according to the encoding table.
Step2: Analyze next two - bit segment of 10010011
The next two - bit segment is 00, which corresponds to "UP".
Step3: Analyze next two - bit segment of 10010011
The next two - bit segment is 01, which corresponds to "DOWN".
Step4: Analyze last two - bit segment of 10010011
The last two - bit segment is 11, which corresponds to "RIGHT".
For 01010010:
Step1: Analyze first two - bit segment
The first two - bit segment is 01, which corresponds to "DOWN".
Step2: Analyze next two - bit segment
The next two - bit segment is 01, which corresponds to "DOWN".
Step3: Analyze next two - bit segment
The next two - bit segment is 00, which corresponds to "UP".
Step4: Analyze last two - bit segment
The last two - bit segment is 10, which corresponds to "LEFT".
For 11000110:
Step1: Analyze first two - bit segment
The first two - bit segment is 11, which corresponds to "RIGHT".
Step2: Analyze next two - bit segment
The next two - bit segment is 00, which corresponds to "UP".
Step3: Analyze next two - bit segment
The next two - bit segment is 01, which corresponds to "DOWN".
Step4: Analyze last two - bit segment
The last two - bit segment is 10, which corresponds to "LEFT".
For 01100111:
Step1: Analyze first two - bit segment
The first two - bit segment is 01, which corresponds to "DOWN".
Step2: Analyze next two - bit segment
The next two - bit segment is 10, which corresponds to "LEFT".
Step3: Analyze next two - bit segment
The next two - bit segment is 01, which corresponds to "DOWN".
Step4: Analyze last two - bit segment
The last two - bit segment is 11, which corresponds to "RIGHT".
For 00101111:
Step1: Analyze first two - bit segment
The first two - bit segment is 00, which corresponds to "UP".
Step2: Analyze next two - bit segment
The next two - bit segment is 10, which corresponds to "LEFT".
Step3: Analyze next two - bit segment
The next two - bit segment is 11, which corresponds to "RIGHT".
Step4: Analyze last two - bit segment
The last two - bit segment is 11, which corresponds to "RIGHT".
The overall decoded sequence is "LEFT - UP - DOWN - RIGHT".
Answer:
LEFT-UP-DOWN-RIGHT