The document describes a computer graphics lab and contains programs to perform various graphics functions in C++ using graphics libraries. It includes 14 programs to:
1) Draw a line using the DDA algorithm
2) Draw a scenery using 20 graphics functions such as lines, circles, rectangles
3) Draw a circle using Bresenham's circle drawing algorithm