Homework 1, Integer Representation in Different Bases.
Short Description:
Represent integers in different bases.
Goals
When you finish this homework, you should have:
- Represented numbers in different bases.
- Converted between binary, hex and octal.
Formal Description
Perform the following.
- [2 points each]Convert the following:
- 329 to base 2.
- 492 to base 8.
- 904 to base 5.
- 10110102 to base 10.
- 34216 to base 10.
- [2 points] Convert to both hex and octal
- [2 points] Convert to both binary and hex
- [2 points] Convert to both binary and octal
Notes
- To receive credit you must show all of your work.
- You must include the proper subscript for any non base 10 number.
- Your answers must be typed.
- You must submit your answers in a word (.docx) or pdf file.
Required Files
Submission
Submit the assignment to the D2L folder xxx by the due date.