Computer Science, asked by dhruv824059, 1 year ago

hexa to decimals (1. a b)​

Answers

Answered by ansabdullah49
1

Answer:

Explanation: Step 1) Count the digits in 1AB, which in this case is 3 digits, and convert each digit to Hex if necessary per Table 1.

Step 2) Starting from the last number in Step 1, multiply the first number with 1, the second number with 16, and the third number with 256. (See Table 2 for details.)  

Step 3) Add up all the numbers you got in Step 2 to get the answer.

Following the instructions above, your math should look like this:

11 x 1 = 11

10 x 16 = 160

1 x 256 = 256

11 + 160 + 256 = 427

Thus, we got the following answer:

1AB = 427


dhruv824059: thank you
Similar questions