1.

In conversion of decimal numbers to binary number the remainder division should be written in order​

Answer»

CONVERT decimal fraction to binary number

Divide the decimal number by 2 and store remainders in array.

Divide the QUOTIENT by 2.

Repeat STEP 2 until we GET the quotient equal to zero.

Equivalent binary number would be reverse of all remainders of step



Discussion

No Comment Found