MCQ Bank
Which is the oldest in given types of the shading?
- A) Flat Shading
- B) None of all
- C) Gouraud Shading
- D) Phong Shading
Refractive index is a function of temperature, mostly due to changes in ---------------------- of materials with changes in temperature. A simple correction can be applied in most circumstances to allow us to use a value given at one temperature at another.
- A) Volume
- B) Pressure
- C) Nature
- D) Density
_________ lights should be avoided because they are not for real time environment.
- A) Point
- B) Spot
- C) Parallel
- D) None of the given
The Phong reflection model simplifies light-matter interactions essentially into 4 vectors and a number of constants. Which piece of the Phong model is responsible for giving spheres their bright white spots?
- A) Ambient and Diffuse
- B) Specular
- C) Ambient
- D) Diffuse
A polygon is usually defined by a sequence of vertices and ------------------
- A) Points
- B) Ending lines
- C) Vertices
- D) Edges
In the Phong reflection model, there are 3 constants (a, b, c) which are used to describe the qualities of which of the following phenomena?
- A) The amount to perturb reflection vectors as they are mirrored across the normal
- B) The attenuation of a point light source with distance
- C) The material reaction to ambient, diffuse and specular light respectively
- D) The size (in each dimension) which the light is assumed to have
_____________ projection is obtained by projecting points along parallel lines that are not perpendicular to projection plane.
- A) Oblique
- B) Perpendicular
- C) None of the given
- D) Orthographic
Ambient light is the light that comes from ----------------------directions, thus all surfaces are illuminated equally regardless of orientation. However, this is a big hack in traditional lighting calculations since "real" ambient light really comes from the light reflected from the "environment."
- A) Four different
- B) All
- C) Same
- D) Opposite
If we want any object to glow, we should use ________________ lights.
- A) Diffuse
- B) Specular
- C) Emissive
- D) Ambient
The value returned is a unique small integer identifier for the window. The range of allocated identifiers starts at --------------------. This window identifier can be used when calling glutSetWindow.
- A) Two
- B) Zero
- C) One
- D) Three
A parametric curve is one whose defining equations are given in terms of a -------------, common, independent variable called the parametric variable.
- A) Triple
- B) None of the given
- C) Single
- D) Double
We allow the parametric variable to take on values only in the interval ----------------.
- A) -1 <= u <= 1
- B) -1 <= u <= 0
- C) 0 <= u <= 2
- D) 0 <= u <= 1
The reflected light wave turns out to be a / an ______________ case since light is reflected at the same angle as the incident wave (when the surface is smooth and uniform, as we'll assume for now).
- A) Simple
- B) Abnormal
- C) Unknown
- D) Complex
A space curve can be confined to a plane.
- A) True
- B) False
- C)
- D)
Signed integer color components, when specified, are linearly mapped to floating-point values such that the most positive representable value maps to 1.0, and the most negative representable value maps to ------------------. Floating-point values are mapped directly.
- A) -1.0
- B) 0.0
- C) 1.0
- D) 2.0
End points and an intermediate point on the curve, then we now --------------------- quantities that we can express in terms of these coefficients (3 points x 3 coordinates each), and we can use these three points to define a unique curve.
- A) Two
- B) Six
- C) Three
- D) Nine
--------- is the change in the direction of a light ray when it bounces off the boundary between two media.
- A) Reflection
- B) Diffusion
- C) Refraction
- D) Shadow
The ________________ functions multiply the current matrix by a rotation matrix.
- A) gluPerspective
- B) glLoadIdentity
- C) glRotated
- D) glTranslated
Normalized cross product of two vectors on that surface provides real number.
- A) No
- B) Yes
- C)
- D)
Imagine a curve in three-dimensional space, each point on the curve has a unique set of coordinates: a specific x value, y value, and z value. Each coordinate is controlled by a -------------- parametric equation.
- A) None of the given
- B) Separate
- C) Opposite
- D) Similar