Computer Science, asked by ankita7474, 8 months ago

Q22. Octal equivalent of 16 is
1 .10
2.20
3. 90
4. 50​

Answers

Answered by vs3631780
0

Answer:

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

Write down the remainder (in hexadecimal).

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

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

Explanation:

PLEASE SUBSCRIBE TO MY YOUTUBE CHANNEL NAME KHURAFATI POINT

Similar questions