Computer Science, asked by nityanandasahu65, 9 months ago

short formula to convert hexadecimal to decimal in information technology?​

Answers

Answered by Anonymous
1

Answer:

To convert a hexadecimal to a decimal manually, you must start by multiplying the hex number by 16. Then, you raise it to a power of 0 and increase that power by 1 each time according to the hexadecimal number equivalent

Answered by divyanshi58844
1

Answer:

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.

Explanation:

hope u like it plz mark me as brainliest plz :-)

Similar questions