Which part of the computer does all the calculations, and where is it located?
What are the two main parts of an ALU?
Define “carry overflow”
When the result of a calculation contains too many digits for the hardware.
1001+111010111
How can you tell if overflow has occurred in Two’s Complement?
If two numbers with the same sign are added, then overflow occurs **iff **the result has the opposite sign.