CSCI 112 Spring 2024
Exploring Computer Science
Archived Class
Charles Cusack
Computer Science
Hope College
Main
Schedule
Grading
Gradebook
Homework

Policies
Advice
College
    Policies

Notes
Programs
Tutorials

CSCI 125
CSCI 255
Others

Admin

Homework 2

Details

For each problem make sure you clearly and neatly show all of your work! Each problem is worth 5 points.

  1. Convert 17.6875 to fixed-point binary.
  2. What decimal number is represented in fixed-point binary as 111111.111111?
  3. Convert -1331 to 16-bit two's complement.
  4. Convert 11100011100 to decimal assuming it is stored in two's complement
  5. Convert 34 to excess-127 notation
  6. Convert -34 to excess-127 notation