Question
Q1. Which of the following color systems is based upon specifying the intensity of blue, red, and green colors? Select one: a. HLS b. HSV
Q1.
Which of the following color systems is based upon specifying the intensity of blue, red, and green colors?
Select one:
a. HLS
b. HSV
c. RGB
d. None of these answers
Q2:
All computer graphics systems including computers, mobile devices, televisions, and similar devices from a display perspective are two dimensional devices?
Select one:
True
False
Q3
Diffuse light is light that is present in the scene because of the overall illumination in the space.
Select one:
True
False
Q4
The stage within the geometry pipeline that maps the 3D eye coordinate system and the objects that are within it to a 2D coordinate system is called:
Select one:
a. projection
b. clipping
c. transformation
d. modelview
Q5
Which of the following is not a fundamental component of light?
Select one:
a. Ambient
b. Diffuse
c. Specular
d. Global
Q6
What geometry type will the following pseudo code generate?
N = 12 for I = 0 to 360 set vertex at (1,i,j) set vertex at (1,i,j+180/N) set vertex at (1, i+360/N, j) set vertex at (1, i+360/N, j+180/N)
Select one:
a. Triangle Fan
b. Triangle Strip
c. Quad Strip
d. Quad Fan
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started