COMPUTER GRAPHICS Review Exam Q &
A USC Latest Version
For this course we will be using the DEvC++ IDE. Which
version of IDE does this course recommend?
BloodShed
Orwell DevCpp
MingW
GCC
Orwell DevCpp
GLUT was originally written by.
Graydon Hoare
James Gosling
Mark Kilgard
Ivan Sutherland
Mark Kilgard
On what version of OpenGL does the original GLUT was
abandoned?
3.7
1.7
2.5
4.3
3.7
It is a free-software/open source alternative to the OpenGL
Utility Toolkit library.
GCC
MingW
Freeglut
LLVM
,Freeglut
What does GLUT stands for?
OpenGL Utility Toolkit
OpenGL Utility Template
OpenGL User Tools
OpenGL User Graphical Text
OpenGL Utility Toolkit
In creating an OpenGL application in Dev-C++, what type of
project should be selected?
DLL
Windows Application
Static Library
Console Application
Console Application
Where do you add the include and library folders of freeglut?
Project->Options->Directories
Project->Add To Project
Project->New File
Tools->Package Manager
Project->Options->Directories
What additional command line options do you include for an
OpenGL program to work in Dev-C++?
-lfreeglut
-lglu32
-lopengl32
All of the above
All of the above
A command line option needed for the successful
compilation of an OpenGL application.
-lfreeglut
-lopengl
,-lgraphics
-lfreegl
-lfreeglut
Which of the following is the proper declaration of a pointer?
int *x;
int x;
int &x;
ptr x;
int *x;
OpenGL is best described as:
A graphics hardware device
A computer graphics rendering API
An operating system component
A programming language
A computer graphics rendering API
Which company first developed OpenGL?
Microsoft
Silicon Graphics (SGI)
IBM
Oracle
Silicon Graphics (SGI)
The first version of OpenGL was released in:
1990
1992
1994
1996
1994
OpenGL operates using which model?
Object-Oriented Model
Client-Server Model
, Event-Driven Model
MVC Model
Client-Server Model
Which organization currently manages OpenGL standards?
ISO
IEEE
Khronos Group
ACM
Khronos Group
The latest version of OpenGL mentioned in the slides is:
3
4
4.5
5
4.5
In the sample OpenGL program, which function clears the
screen buffer?
glEnd()
glBegin()
glClear()
glFlush()
glClear()
Which OpenGL function specifies the start of a primitive?
glStart()
glVertex()
glDraw()
glBegin()
glBegin()
What is the role of glEnd()?
Ends a list of vertices
Ends a program
A USC Latest Version
For this course we will be using the DEvC++ IDE. Which
version of IDE does this course recommend?
BloodShed
Orwell DevCpp
MingW
GCC
Orwell DevCpp
GLUT was originally written by.
Graydon Hoare
James Gosling
Mark Kilgard
Ivan Sutherland
Mark Kilgard
On what version of OpenGL does the original GLUT was
abandoned?
3.7
1.7
2.5
4.3
3.7
It is a free-software/open source alternative to the OpenGL
Utility Toolkit library.
GCC
MingW
Freeglut
LLVM
,Freeglut
What does GLUT stands for?
OpenGL Utility Toolkit
OpenGL Utility Template
OpenGL User Tools
OpenGL User Graphical Text
OpenGL Utility Toolkit
In creating an OpenGL application in Dev-C++, what type of
project should be selected?
DLL
Windows Application
Static Library
Console Application
Console Application
Where do you add the include and library folders of freeglut?
Project->Options->Directories
Project->Add To Project
Project->New File
Tools->Package Manager
Project->Options->Directories
What additional command line options do you include for an
OpenGL program to work in Dev-C++?
-lfreeglut
-lglu32
-lopengl32
All of the above
All of the above
A command line option needed for the successful
compilation of an OpenGL application.
-lfreeglut
-lopengl
,-lgraphics
-lfreegl
-lfreeglut
Which of the following is the proper declaration of a pointer?
int *x;
int x;
int &x;
ptr x;
int *x;
OpenGL is best described as:
A graphics hardware device
A computer graphics rendering API
An operating system component
A programming language
A computer graphics rendering API
Which company first developed OpenGL?
Microsoft
Silicon Graphics (SGI)
IBM
Oracle
Silicon Graphics (SGI)
The first version of OpenGL was released in:
1990
1992
1994
1996
1994
OpenGL operates using which model?
Object-Oriented Model
Client-Server Model
, Event-Driven Model
MVC Model
Client-Server Model
Which organization currently manages OpenGL standards?
ISO
IEEE
Khronos Group
ACM
Khronos Group
The latest version of OpenGL mentioned in the slides is:
3
4
4.5
5
4.5
In the sample OpenGL program, which function clears the
screen buffer?
glEnd()
glBegin()
glClear()
glFlush()
glClear()
Which OpenGL function specifies the start of a primitive?
glStart()
glVertex()
glDraw()
glBegin()
glBegin()
What is the role of glEnd()?
Ends a list of vertices
Ends a program