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
2
Answer:
- 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.
Explanation:
these are the step to convert decimal into hexadecimal
Similar questions