Computer Science, asked by maulik8830, 1 month ago

Convert decimal to hexadecimal: 0.675

Answers

Answered by debarunbanerjee1205
3

Answer:

0.675 = 0.ACCCCCCCCCC in Hexadecimal.

Pls mark my answer as the brainliest if it helped.

Answered by mahinderjeetkaur878
0

0.ACCCCCCCCC

a) The steps are as follows to convert the decimal fraction 0.675 to a hexadecimal number:

b) Take note of the resulting integer and fractional parts when you multiply 0.675 by 16 while doing so.

c) Once the resulting fractional component equals zero, keep multiplying by 16 until you reach that point (we calculate upto ten digits).

d) Just separate the integer components from each multiplication result to obtain the corresponding hexadecimal number.

  • 0.675 × 16 = 10 (A) + 0.8
  • 0.8 × 16 = 12 (C) + 0.80000000000001
  • 0.80000000000001 × 16 = 12 (C) + 0.80000000000018
  • 0.80000000000018 × 16 = 12 (C) + 0.80000000000291
  • 0.80000000000291 × 16 = 12 (C) + 0.80000000004657
  • 0.80000000004657 × 16 = 12 (C) + 0.80000000074506
  • 0.80000000074506 × 16 = 12 (C) + 0.80000001192093
  • 0.80000001192093 × 16 = 12 (C) + 0.80000019073486
  • 0.80000019073486 × 16 = 12 (C) + 0.80000305175781
  • 0.80000305175781 × 16 = 12 (C) + 0.800048828125

0.ACCCCCCCCC is the answer.

To know more refer the links below

https://brainly.in/question/25798073

https://brainly.in/question/30509276

#SPJ3

Similar questions