1/40
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
______________ can also be described as the number of horizontal points to vertical points (or vice versa) necessary to produce equal-length lines in both directions on the screen.
Aspect Ratio
The glColorPointer has 4 parameters for the function to work. One of its parameter is the size, for the size it is the number of components per color. What is the minimum number of components?
4
A type of display where a matrix of diodes is arranged to form the pixel positions in the display, and picture definition is stored in a refresh buffer.
LED PANEL
The frequency at which a picture is redrawn on the screen is referred to as ____________________.
REFRESH RATE
use optical effects to convert sunlight or light from some other source into graphics patterns
NONEMISSIVE DISPLAYS
What OpenGL constant is used to activate the use of colors as arrays in your application.
GL_COLOR_ARRAY
In the OpenGL Rendering pipeline it is where the parts of the primitive that are determined to be potentially visible are sent to a fixed-function subsystem called the rasterizer.
Primitive Assembly
The time parameter in glutTimerFunc sets the callback to trigger in the span of
Millisecond
Common aspect ration for vertical smartphones
9:16
The most common type of graphics monitor employing a CRT is the ____________________ display, based on television technology. In this system the electron beam is swept across the screen, one row at a time, from top to bottom
Raster Scan Display
OpenGLs architecture is a client-server model where the client is the application and the server is the_______________
Video Card
Identify the equivalent C-Language Type for each OpenGL Type Definition, using the different data types below:
GLsizei
int
Identify the equivalent C-Language Type for each OpenGL Type Definition, using the different data types below:
GLfloat
float
Identify the equivalent C-Language Type for each OpenGL Type Definition, using the different data types below:
GLclampf
float
Identify the equivalent C-Language Type for each OpenGL Type Definition, using the different data types below:
GLdouble
double
Identify the equivalent C-Language Type for each OpenGL Type Definition, using the different data types below:
GLclampd
double
Identify the equivalent C-Language Type for each OpenGL Type Definition, using the different data types below:
GLubyte
unsigned char
Identify the equivalent C-Language Type for each OpenGL Type Definition, using the different data types below:
GLushort
unsigned short
Identify the equivalent C-Language Type for each OpenGL Type Definition, using the different data types below:
GLuint
unsigned int
Identify the equivalent C-Language Type for each OpenGL Type Definition, using the different data types below:
GLenum
unsigned int
Identify the equivalent C-Language Type for each OpenGL Type Definition, using the different data types below:
GLbitfield
unsigned int
also called gas-discharge displays, are constructed by filling the region between two glass plates with a mixture of gases that usually includes neon
Plasma Panel
The maximum number of points that can be displayed without overlap on a CRT is referred to as the __________________________.
Resolution
If the number of vertices specified for GL_TRIANGLES is not in multiples of 3. What will happen to the rendered triangle.
A triangle will be rendered and the excess vertex will be ignored
High-quality raster-graphics systems have 24 bits per pixel in the frame buffer, allowing 256 voltage settings for each electron gun and nearly _________ million color choices for each pixel
17
Common aspect ration for HDTV, Widescreen display
16:9
Alternatively you can use glDrawElements() to render a vertex array, the 2nd parameter for the glDrawElements() function is the
Specifies the number of elements to be rendered
The glColorPointer has 4 parameters for the function to work. What is the purpose of the 1st parameter
Specifies the number of components per color
The glColorPointer has 4 parameters for the function to work. What is the purpose of the last parameter
Specifies a pointer to the first component of the first color element in the array.
How many parameters does glutFullScreen have?
0
Display devices that convert electrical energy into lightD
emissive displays
Copy and Paste the items below to their appropriate description.
GL_POINT
GL_LINE
GL_LINE_LOOP
GL_LINE_STRIP
Use this primitive to draw a sequence of connected line segments
GL_LINE_STRIP
Copy and Paste the items below to their appropriate description.
GL_POINT
GL_LINE
GL_LINE_LOOP
GL_LINE_STRIP
Use this primitive type to render mathematical points. OpenGL renders a point for each vertex specified.
GL_POINT
Copy and Paste the items below to their appropriate description.
GL_POINT
GL_LINE
GL_LINE_LOOP
GL_LINE_STRIP
Use this primitive to close a line strip
GL_LINE_LOOP
Copy and Paste the items below to their appropriate description.
GL_POINT
GL_LINE
GL_LINE_LOOP
GL_LINE_STRIP
Use this primitive to draw unconnected line segments.
GL_LINE
Historically, the operation of most video monitors was based on the standard CRT design. What does CRT stands for
Cathode Ray Tube
Identify the equivalent C-Language Type for each OpenGL Type Definition, using the different data types below:
signed char
unsigned char
float
unsigned short
signed short
int
double
unsigned int
Question:
GLbyte
signed char
Identify the equivalent C-Language Type for each OpenGL Type Definition, using the different data types below:
signed char
unsigned char
float
unsigned short
signed short
int
double
unsigned int
Question:
GLshort
signed short
Identify the equivalent C-Language Type for each OpenGL Type Definition, using the different data types below:
signed char
unsigned char
float
unsigned short
signed short
int
double
unsigned int
Question:
Glint
int
Identify the equivalent C-Language Type for each OpenGL Type Definition, using the different data types below:
signed char
unsigned char
float
unsigned short
signed short
int
double
unsigned int
Question:
GLsizei
int
Identify the equivalent C-Language Type for each OpenGL Type Definition, using the different data types below:
signed char
unsigned char
float
unsigned short
signed short
int
double
unsigned int
Question:
GLfloat
float