Subject: Computer Network
4.0. What three ASCII letters (bytes) are encoded by the following 4B/5B pattern? (Be careful about upper-case vs lower-case.)
010110101001110101010111111110
Using conversion table
0101 0100 0110 0011 0111 00000
grouping to 8 bits
01010100 01100011 01110000
after covnerting into decimal
84 99 112
Ascii value of 84 : T (upper case)
Ascii value of 99 : c (lower case)
Ascii value of 112 : p(lower case)
Note : If you like my answer please rate and help me it is very Imp for me
Get Answers For Free
Most questions answered within 1 hours.