Computer Science, asked by sbarathraj71, 4 months ago

convert the number to hexadecimal representation (56.433)8​

Answers

Answered by you7772
1

Answer:

Explanation:

How do you convert a number to hexadecimal?

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 anurag2147
0

(56.433)⁸= 101 110 . 100 011 011

convert this to hexadecimal

for conversion of base 2 to base 16

we use groups of four bits

0010 1110 . 1000 1101 1000

2E. 8D8

Similar questions