Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

question 13 using the following table, code the following \word\ using …

Question

question 13
using the following table, code the following \word\ using hexadecimal ascii code:
rwc
hexadecimal ascii code =
submit question

Explanation:

Step1: Find code for R

Looking at zone bit 5 column, when the character is R, the hexadecimal code is 2.

Step2: Find code for W

Looking at zone bit 5 column, when the character is W, the hexadecimal code is 7.

Step3: Find code for C

Looking at zone bit 4 column, when the character is C, the hexadecimal code is 3.

Answer:

273