Computer Science, asked by siddhithakur2758, 4 months ago

write down the steps to convert decimal number system to binary number system and draw it's table also​

Answers

Answered by arunanayana26
0

Answer:

The steps to convert Decimal Number to Binary Number are given below:

Check if the given decimal number is less than 2. ...

If the given decimal number is greater than 2, then divide the given number by 2.

Note down the Remainder.

Repeat steps 2 and 3 until the quotient is less than 2.

Similar questions