NANDHOO
.
Learning Paths
Dashboard
Sign In
Home
Dashboard
Computer Graphics
OpenGL Fundamentals
Quiz
Chapter Quiz: OpenGL Fundamentals
OpenGL Fundamentals
Complete this assessment with 100% score to master this chapter.
01
What does OpenGL stand for?
Open Graphics Library
Output Generation Language
Optical Geometric Logic
Operating General Layer
02
In 'Modern OpenGL', which approach is used instead of the deprecated glBegin/glEnd?
Immediate Mode
Fixed Function Pipeline
Buffer Objects and Shaders
Ray Tracing
03
Which language is used to write OpenGL shaders?
C++
Python
GLSL
HLSL
04
What is a 'VBO' (Vertex Buffer Object)?
A video cable
Memory on the GPU that stores vertex data
A type of 3D file format
A graphics card brand
05
Which OpenGL function is typically used to clear the screen?
glClear()
glDelete()
glReset()
glEmpty()
Submit Answers
Back to Lesson
Next Chapter