Computer Science, asked by jagatpathak2004, 7 months ago

convert decimal to binary 0.675

Answers

Answered by Aryanidhanvjay
0

Answer:

0.10101100110011001101

Explanation:

how to convert decimal number to binary

- An easy method of converting decimal to binary number equivalents is to write down the decimal number and to continually divide-by-2 (two) to give a result and a remainder of either a “1” or a “0” until the final result equals zero.

Similar questions