1.

How to convert decimal number system to binary number system ​

Answer»

Answer:

Steps are GIVEN down

Explanation:

How to convert DECIMAL to binary

1) DIVIDE the number by 2.

2) Get the integer quotient for the NEXT iteration.

3) Get the remainder for the binary digit.

4)REPEAT the steps until the quotient is equal to 0.



Discussion

No Comment Found