Saved Bookmarks
| 1. |
Convert decimal to binary for (256) base 10 |
Answer» 256 in binary is 100000000. To find decimal to binary equivalent, divide 256 successively by 2 until the QUOTIENT becomes 0. The binary equivalent can be obtained by WRITING the remainder in each division STEP from the BOTTOM to the top. |
|