Assignment
For each of the following, perform the work by hand (without calculator or computer) and show your steps. You may then check your work for accuracy using a calculator or computer. Each problem is worth 10 points.
1. Convert 23710 to binary. Use sum-of-powers-of 2 method.
2. Convert 614910 to binary. Use repeated-division-by-2 method.
3. Convert 0.10102 to its decimal equivalent.
4. Convert 0.01011102 to its decimal equivalent.
5. Convert 1D5EH = 1D5E16 to its decimal equivalent.
6. Convert D693H = D69316 to its decimal equivalent.
7. Convert 5B0FH = 5B0F16 to its binary equivalent.
8. Convert A1EB034CH = A1EB034C16 to its binary equivalent.