Computer Science, asked by ahalya13, 8 months ago

(COF5)16
convert hexadecimal to decimal

Answers

Answered by sanodiatkw878
0

Answer:

(C0F5)16 = (49397)10

Explanation:

Hex is a base 16 number and decimal is a base 10 number. We need to know the decimal equivalent of every hex number digit. See below of the page to check the hex to decimal chart.

Here are the steps to convert hex to decimal:

Get the decimal equivalent of hex from table.

Multiply every digit with 16 power of digit location.

(zero based, 7DE: E location is 0, D location is 1 and the 7 location is 2)

Sum all the multipliers.

Similar questions