Explaination of Decimal to Binary & solve (0.85)10 = (?)2 Explain the method to solve the sum.
Answers
Answer:Step – 1 Divide the decimal number which is to be converted by two which is the base of the binary number.
Step – 2 The remainder which is obtained from step 1 is the least significant bit of the new binary number.
Step – 3 Divide the quotient which is obtained from the step 2 and the remainder obtained from this is the second least significant bit of the binary number.
Step – 4 Repeat the process until the quotient remains zero.
Step – 5 The last remainder obtained from the division is the most significant bit of the binary number. Hence arrange the number from most significant bit to the least significant bit (i.e., from bottom to top).
This method can easily be understood by considering an example which is explained below.
For example – Consider the conversion of the decimal number 25 into its equivalent binary.
Explanation: