CSci 115: Computing and the Internet
Home Syllabus Assignments Tests

Exam 2

[1] [2] [3] [4] [5] [6] [7] [8] [9]

Problem X2.1.

[8 pts] How would of the following base-10 numbers be represented in an eight-bit two's-complement system?

a.80
b.−1
c.−120
a.80: 01010000
b.−1: 11111111
c.−120: 10001000