CSE 351: The Hardware/Software Interface

Autumn 2011 Course Website Return home »

Homework 1: Numerical Representations and Basic ISA's

Assigned Monday, October 10, 2011
Due Date Monday, October 17, 2011 at 11:59 PM

Introduction

The purpose of written homework assignments is to get you thinking about the topics being covered in lecture and in readings in the textbook which are not represented in the hands-on, programming lab assignments. These written assignments also better prepare you for course examinations. It is worth noting that the book contains many pratice problems similar to the problems we ask on these written assignments. The solutions for those practice problems are located at the end of each chapter and should give you a feel for the kind of answers we expect you to turn in for these kind of assignments.

Logistics

Since these written homeworks are not programming lab assignments, you will turn in your assignment online as electronic documents in PDF format. We will not accept any paper submissions.

Grading

Due to the large number of students in the class, we reserve the right to grade only a subset of the problems assigned in any written homework assignment for correctness. However, we expect you to answer all of the questions in an assignment and therefore will take that into account when calculating your grade for an assignment. For example, if we choose only to grade the 1st, 3rd and 5th questions in this assignment, you would receive full credit for the assignment by answering these problems correctly. However, if you were not to answer all of the questions in an assignment, we would scale your score by a factor of num_questions_answered / num_questions_assigned. So in this example, if you only submitted answers to the 1st, 3rd and 5th questions, you would receive only 3/5 of your score. In conclusion, try your best and be sure to answer all questions in each written homework assignment.

We will provide solutions to all of the problems in the written homework assignments in a timely fashion after the assignment is due. Since the late policy affords you a maximum of three late days, we cannot release solutions until the Thursday following the assignment's due date, at the earliest.

Questions

  1. What is the 32-bit and 64-bit hexadecimal value of the number -127 if:
    1. It is represented with the sign-and-magnitude method?
    2. It is represented with ones' complement?
    3. It is represented with two's complement?
  2. Given a floating-point format with a k-bit exponent and an n-bit fraction, write formulas for the exponent E, significand M, the fraction f, and the value V for the quantities that follow. In addition, describe the bit representation.
    1. The number 14.0
    2. The largest odd number that can be represented exactly
  3. From the textbook:
    • Problem 2.88
    • Problem 3.54
    • Problem 3.63

Notes

Make sure you are using the 2nd edition of Computer Systems: A Programmer's Perspective. If you're not using the right book, you might be doing the wrong problems!

Submitting Your Work

Please turn in a PDF file containing your answers to the Catalyst Drop Box for this assignment. We will not accept submissions that are not in PDF format.