Current Affairs 10th Class

Decimal to Binary Conversion

Category : 10th Class

*   Decimal to Binary Conversion

 

While converting a decimal number into binary, you need to do the successive division of decimal number by 2 until the quotient becomes less than 2. Then write the remainders in reverse order to get the desired results. For Example, converts 57 into binary:

2) 57

2) 28      1

2) 14      0                                                  

2) 7         0                                                             

2) 3         1

2) 1         1

Remainders in reverse order = 111001

Binary digit = 111001


You need to login to perform this action.
You will be redirected in 3 sec spinner