Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

using the following table, code the following \word\ using hexadecimal …

Question

using the following table, code the following \word\ using hexadecimal ascii code: rwc hexadecimal binary zone bits 3 4 5 0011 0100 0101 0 0000 0 @ p 1 0001 1 a q 2 0010 2 b r 3 0011 3 c s 4 0100 4 d t 5 0101 5 e u 6 0110 6 f v 7 0111 7 g w 8 1000 8 h x 9 1001 9 i y a 1010 : j z b 1011 ; k c 1100 < l \\ d 1101 = m e 1110 > n ^ f 1111 ? o - hexadecimal ascii code = submit question

Explanation:

Step1: Find hexadecimal for 'R'

Looking at zone bit 5 column, 'R' corresponds to hexadecimal 52.

Step2: Find hexadecimal for 'W'

Looking at zone bit 5 column, 'W' corresponds to hexadecimal 57.

Step3: Find hexadecimal for 'C'

Looking at zone bit 4 column, 'C' corresponds to hexadecimal 43.

Answer:

525743