How do we convert decimal numbers to equivalent binary numbers
Answers
Answered by
8
Answer:
Conversion steps:
- Divide the number by 2.
- Get the integer quotient for the next iteration.
- Get the remainder for the binary digit.
- Repeat the steps until the quotient is equal to 0.
PLEASE MARK MY ANSWER AS BRAINLIST ❣️❣️
FOLLOW ME
sukanya2007:
Thanks but I didn’t understand it
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.
Answered by
4
Answer:
for converting decimal number into binary you should divide the number repeatedly by 2...
Explanation:
# hope it helps you
Attachments:
Similar questions