Booth's algorithm is a method for multiplying signed binary numbers in two's complement form. It works by recoding the multiplier into a set of partial products, then accumulating those partial products to obtain the final product. Students are assigned to do 3 examples of signed multiplication using Booth's algorithm: 9 x 10, 9 x -10, and -9 x 10.