NANDHOO
.
Learning Paths
Dashboard
Sign In
Home
Dashboard
Computer Graphics
Advanced Topics in Rendering
Quiz
Chapter Quiz: Advanced Topics in Rendering
Advanced Topics
Complete this assessment with 100% score to master this chapter.
01
What is 'Anti-aliasing'?
A way to speed up the GPU
A technique to minimize the 'jagged' edges (jaggies) in digital images
A type of encryption
A color system
02
Which lighting model accounts for Ambient, Diffuse, and Specular light?
Bresenham
Phong
DDA
Z-buffer
03
What is 'Texture Mapping'?
Creating a map of the world
Wrapping a 2D image onto a 3D geometric surface
Changing the resolution of an image
A type of projection
04
What is the difference between Gouraud and Phong shading?
Phong is faster
Gouraud calculates lighting per-vertex; Phong calculates per-pixel
There is no difference
Gouraud is only for 2D
05
What is 'Ray Tracing'?
Drawing lines really fast
A rendering technique that simulates the physical behavior of light rays
A 2D drawing algorithm
A way to trace user input
Submit Answers
Back to Lesson
Next Chapter