InterviewSolution
Saved Bookmarks
| 1. |
How can we convert binary number to decimal number explain with the help of an example |
|
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. CONVERTTHE decimal number 29410 into itsbinary number equivalent. |
|