InterviewSolution
Saved Bookmarks
| 1. |
The method to perform division of two binary numbers is not the same as that of decimal numbers. |
|
Answer» Explanation: This is because during binary conversion we divide the number by two CAUSE THE BASE OF BINARY IS 2 while during DECIMAL conversion we MULTIPLY each decimal DIGIT with the POWER of 2 . |
|