CMPS-3480 Computer Graphics
Monday Nov 22
    Create a file on Odin named: 3480/e/quizm22.txt
    e folder is for week 14
    Answer the quiz questions in the your file.
	
------------------------------------------------------------------------
1. List three computer graphics elements of your semester project.
   a.
   b.
   c.
------------------------------------------------------------------------
2. Identify the following as being object-first or pixel-first rendering.
                                   object-first      pixel-first
                                   ------------      -----------
   a. X11 drawLine function
   b. Bresenham's line algorithm
   c. OpenGL
   d. Ray tracing
   e. The OpenGL cylinder
   f. The lab-4 random pixels
   g. The check_keys function
You may write an O or P as your answer.