HomeModulesModule 4 (Graphics/OpenGL)Apply
I ntroduce
C onnect
A pply
R eflect
E xtend

Apply - Graphics/OpenGL

Question 1 - Graphics/OpenGL

How does OpenGL render graphics to the screen?

The library is initialized, a window is created, and the display function renders graphics.
A window is created, the library is initialized, and the display function renders graphics.
The library is initialized, OpenGL enters the main loop, and the display function renders graphics.
A window is created, OpenGL enters the main loop, and the display function renders graphics.

 

Question 2 - Graphics/OpenGL

What is GLUT?

The first letters of many OpenGL functions

 

Question 3 - Graphics/OpenGL

Which of the following features are NOT found in OpenGL?

All of the above

 

Question 4 - Graphics/OpenGL

How does OpenGL handle keyboard events (key presses)?

A series of universal predefined keystrokes.
As defined by a custom keyboard handler function.
Printing the respective character to the screen.
The operating system registers the key press and makes it available to the program.

 

Question 5 - Graphics/OpenGL

Which libraries are commonly linked with an OpenGL program?

All of the Above

Click here to move on to the next section (Reflect).