Computer science homework | Computer Science homework help
Homework3 Topic: Integer Representation (Two’s complement) • Integers are heavily used in real world applications. • Since sign (+ or -) is also binary, one of the bits can be used to represent the sign. • Sign-magnitude representation is easy for us to understand, but hard to implement in computers. Disadvantages includes, o Two zeroes o To add, first check the sign If the […]