Saved Bookmarks
| 1. |
What is binary number corresponding decimal number and how to do it |
|
Answer» An EASY method of CONVERTING decimal to BINARY number equivalents is to write down the decimal number and to continually divide-by-2 (two) to give a result and a remainder of either a “1” or a “0” until the final result equals ZERO. So for example. Convert the decimal number 29410 into its binary number equivalent. |
|