Homework Assignment #1 [20 pts]


You are expected to do your own work on all homework assignments. You may (and are encouraged to) engage in general discussions with your classmates regarding the assignments, but specific details of a solution, including the solution itself, must always be your own work. See the statement of Academic Dishonesty on the Syllabus.

How to turn in?

Assignments need to be turned in via Laulima. Check the Syllabus for the late assignment policy for the course.

What to turn in?

You should turn in a single plain text or PDF file named README.txt or README.pdf with your answers to the assignment’s questions.

A 25% grade penalty will be applied if the file format or file name is wrong.


For many of these questions you can check your results using on-line converters. This is fine as long as you went through the exercises by hand and show the corresponding work. You have to be able to do some of these things relatively quickly in your head for future assignments, exams, and in your future job interviews and careers.


Exercise #1: Conversions [6pts]

For all the following, perform the conversions showing your work using the systematic methods described in the lecture notes.

  1. hex 1B41 into binary
  2. hex 9A4 into decimal
  3. binary 1001110100111 into hex
  4. binary 0110100 into decimal
  5. decimal 89 into binary
  6. decimal 356 into hex

Exercise #2: Binary and Hex Arithmetic [2pts]

Give the result for each of the operations below. Show your work (showing carries).

  1. binary: 1110001 + 11010111
  2. hex: 52E12FFC + 9871AB25

Exercise #3: Two’s Complement [4pts]

Give the binary 16-bit two’s complement representation of the following decimal integers, and show the details of your work:

  1. 237
  2. -83

Exercise #4: Two’s Complement [4pts]

Give the hexadecimal 32-bit two’s complement representation of the following decimal integers, and show the details of your work:

  1. -17
  2. 251

Exercise #5: Two’s Complement [4pts]

Give the decimal value of the following 12-bit two’s complement hexadecimal representations, and show the details of your work:

  1. E6A
  2. 602