Computer Science, asked by madhav4suresh, 9 months ago

Conversion of decimal to hexadecimal eg 154​

Answers

Answered by athuldev092dev
0

Answer:

Steps:

Divide the decimal number by 16. Treat the division as an integer division.

Write down the remainder (in hexadecimal).

Divide the result again by 16. Treat the division as an integer division.

Repeat step 2 and 3 until result is 0.

The hex value is the digit sequence of the remainders from the last to first.

Answered by Anonymous
14

Answer:

hi..

Explanation:

for converting decimal to hexadecimal you should do repeated division by 16..

hope it helps ....✌️

Similar questions