This video details binary integer division, unsigned and signed. Further, it emphasizes the computer's method which replaces divisor subtraction (with borrow) with simpler addition (with carry). Additionally, some demonstration of issues related to the results of signed division are shown with multiple programs.