Computer Science, asked by shubhamkshah, 7 months ago

please guys all answer bhejna it's urgent please
1. Convert the given decimal number to hexadecimal numbers.
a. 759
b. 894
c. 256
d. 2048
e. 935​

Answers

Answered by hariomtripathi4
2

Answer:

  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.

Explanation:

these are the step to convert decimal into hexadecimal

Similar questions