Question: When a processor computes an addition that has more result bits then the computer supports, it ignores the extra bits. For example, 255 + 5
When a processor computes an addition that has more result bits then the computer supports, it ignores the extra bits. For example, 255 + 5 = 4 on an 8-bit processor. This is calledoverflow. Explain how overflow makes Twos Complement numbers act negative.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
