This document provides an overview of computer graphics and algorithms used to generate graphics. It discusses:
1. How computer graphics simplify the process of displaying pictures of any size on a screen using techniques like raster scanning.
2. Basic line generation algorithms like DDA, Bresenham's line algorithm, and the mid-point line algorithm which use integer calculations to draw lines on a raster display.
3. Circle generation algorithms like Bresenham's circle algorithm and mid-point circle algorithm which similarly draw circles using integer computations.