The document discusses algorithms for drawing lines and circles on raster displays. It describes Bresenham's line algorithm which uses only integer calculations to determine which pixels to turn on along a line. For circles, it presents the midpoint circle algorithm which uses incremental integer calculations and the implicit equation of a circle to determine the pixel positions along the circle boundary.