Computer Science, asked by niramalpradhan5183, 4 months ago

If I told you a word started with 0x70 in hexadecimal, what would it start with in ASCII?

Answers

Answered by Anonymous
2

Answer:

The coversion of 0x70 from hexadecimal to ASCII results in p (lower case)

Explanation:

ASCII code represents English letters and special characters through numbers. the range of values for ASCII code is 0-127. If you look at the table for Hex to ASCII conversion, the answer comes out as p. It must be noted that lowercase and uppercase letters have different codes.

Similar questions