

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Exam; Professor: Jacobs; Class: Computer Graphics; Subject: Computer Science; University: University of Maryland; Term: Unknown 1989;
Typology: Exams
1 / 3
This page cannot be seen from the preview
Don't miss anything!


Practice Midterm CMSC 427 Distributed Thursday, October 4, 2007 Midterm: Tuesday, October 16, 2007
General Guidelines: The midterm will focus on topics that have been discussed in class. I will not ask questions about material from the book that has not also been discussed in class or in a problem set. However, there will be no questions about OpenGL or programming problems.
The midterm will be closed book, with no notes or calculators. This means that problems should not require the use of a calculator; if you feel you need one when you are doing a problem this probably means there is an easier way to do the problem.
Topics and things to know about them:
a. Z-buffer algorithms, including how to determine the z-coordinates of the projection of a triangle at each pixel. b. Painter’s algorithm, how to tell whether one triangle is in front of another. i. How to tell whether one triangle is in front or behind the plane of another triangle. c. BSP-trees
Sample Problems (Note, some of these problems may be a bit more involved than ones I’d ask on a time-limited exam).