Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

score on last try: 0.79 of 1 pts. see details for more. get a similar q…

Question

score on last try: 0.79 of 1 pts. see details for more.
get a similar question you can retry this question below
using the following table, code the following \word\ in binary ascii code:
xhe

Explanation:

Step1: Find binary code for 'X'

From the table, for zone bit 5, when hexadecimal is 8, the character is X. The binary for 8 is 1000. So the binary code for X is 01011000 (zone bit 5 is 0101 and hexadecimal 8 is 1000).

Step2: Find binary code for 'H'

From the table, for zone bit 4, when hexadecimal is 8, the character is H. The binary for 8 is 1000. So the binary code for H is 01001000 (zone bit 4 is 0100 and hexadecimal 8 is 1000).

Step3: Find binary code for 'E'

From the table, for zone bit 4, when hexadecimal is 5, the character is E. The binary for 5 is 0101. So the binary code for E is 01000101 (zone bit 4 is 0100 and hexadecimal 5 is 0101).

Answer:

01011000 01001000 01000101