Binary integer addition works the same regardless of whether the integers are in unsigned binary or two's complement representation. The results, however, are not when it comes to determining if an overflow has occurred. Take aways: At the completion of this lesson, each student should be able to: • define overflow in binary integer addition, • determine if an overflow has occurred in unsigned binary addition, and • determine if an overflow has occurred in two's complement binary addition. #binary #addition #overflow