Computer Science, asked by darshanrana03091975, 5 months ago

convert decimal to hexadecimal:1440(10)​

Answers

Answered by nayanamadhu20
0

Explanation:

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

2- Write down the remainder (in hexadecimal).

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

4- Repeat step 2 and 3 until result is 0.

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

Attachments:
Similar questions