[Previous Homework]
[Next Homework]
From Linux on the GL machine:
Convert each of the following decimal values to their equivalent representations in binary and hex.
Convert the following values into decimal according to their bases.
1. 1001 10112
2. 77716
3. 1111 11112
4. 25616
5. 1010 10102
hw02 - Number Systems
From Linux on the GL machine:
- Save the answers to the following in a text file called
NumberSystems.txt
in yourcsmc104/hw02
directory - Use the SUBMIT utility turn in the homework.
submit cs104_grasso hw02 NumberSystems.txt
Convert each of the following decimal values to their equivalent representations in binary and hex.
Decimal | Binary | Hex | |
1. | 1023 | ||
2. | 513 | ||
3. | 48 | ||
4. | 256 | ||
5. | 777 |
Convert the following values into decimal according to their bases.
1. 1001 10112
2. 77716
3. 1111 11112
4. 25616
5. 1010 10102