dc2 convert from hexadecimal to decimal
Answers
Answered by
10
Step 1) Count the digits in DC2, 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:
2 x 1 = 2
12 x 16 = 192
13 x 256 = 3328
2 + 192 + 3328 = 3522
Thus, we got the following answer:
DC2 = 3522
Hope it helps you
Similar questions