Computer Science, asked by shubhammaurya31, 1 month ago

WRITE STEPS TO CONVERT DECIMAL NUMBER SYSTEM TO BINARY NUMBER

Answers

Answered by ksunil94381
3

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. So for example.

Answered by ankitakabra012
2

Answer:

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. So for example

Similar questions