Homework 1, Integer Representation in Different Bases.

Short Description:

Represent integers in different bases.

Goals

When you finish this homework, you should have:

Formal Description

Perform the following.
  1. [2 points each]Convert the following:
    1. 329 to base 2.
    2. 492 to base 8.
    3. 904 to base 5.
    4. 10110102 to base 10.
    5. 34216 to base 10.
  2. [2 points] Convert to both hex and octal
  3. [2 points] Convert to both binary and hex
  4. [2 points] Convert to both binary and octal

Notes

Required Files

Submission

Submit the assignment to the D2L folder xxx by the due date.