The document is an end semester exam for a computer graphics course. It contains 4 questions assessing various topics in computer graphics:
1. Properties of Bezier and B-spline curves, use of lookup tables in color representation, types of affine transformations and window-viewport transformation, types of B-spline curves and boundary conditions.
2. Applying the z-buffer algorithm to hidden surface removal on two triangles.
3. Calculating points on a Bezier curve defined by 4 control points and drawing the curve.
4. Calculating lighting intensities at various points on a box model under flat and Gouraud shading models, with a point light source and ambient light.
Related topics: