How to convert Decimal to Binary

Here are the steps to convert decimal number into binary : – Convert 410 to binary: Divide by 2 Quotient Remainder Bit / count 4/2 2 0 0 2/2 1 0 1 1/2 0 1 2 So 410 = 1002 You can try out self Here are list of some binary numbers – Decimal Binary 0 0 …

How to convert Decimal to Binary Read More »