This document provides an overview of computer graphics concepts including applications, display devices, algorithms for drawing lines and circles, polygon filling, and region filling. Some key points:
1. Computer graphics is used in CAD, presentations, animation, entertainment, education, visualization, and graphical user interfaces.
2. Common display devices are CRTs, which use electron beams to excite phosphors and produce images, and LCDs which use pixels arranged in a grid.
3. Algorithms like DDA, Bresenham, and midpoint are used to efficiently draw lines and circles on raster displays by incrementally calculating pixel positions.
4. Polygon filling algorithms like scan-line filling locate edge intersections on each scan