Deck 10: Computer Graphics

ملء الشاشة (f)
exit full mode
سؤال
Which of the following is not a step in the traditional rendering pipeline?

A) Scan conversion
B) Rasterization
C) In-betweening
D) Clipping
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
A polygonal mesh consists of

A) Planer patches
B) Pixels
C) Spheres
D) Bezier curves
سؤال
Which is not a feature of radiosity?

A) Objects tend to appear dull rather than shiny.
B) Moving the camera position does not require massive changes.
C) Specular light is easily simulated.
D) It is a computationally complex undertaking.
سؤال
Which of the following is not a way of constructing a polygonal mesh?

A) Digitizing
B) Procedural model
C) Texture mapping
D) Particle system
سؤال
Which of the following is the simplest shading technique?

A) Phong shading
B) Flat shading
C) Gouraud shading
D) Bump mapping
سؤال
Motion capture is a means of applying

A) A global lighting model
B) A local lighting model
C) Dynamics
D) Kinematics
سؤال
Which of the following is not associated with scan conversion?

A) A z-buffer
B) The painter's algorithm
C) Digitizing
D) Pixel positions
سؤال
Which of the following is not a property of the rendering pipeline?

A) It relies on recursive ray tracing.
B) It implements a local lighting model.
C) It is often implemented in firmware.
D) Its use leads to efficient rendering systems.
سؤال
Which of the following is associated with clipping?

A) Phong shading
B) The view volume
C) Texture mapping
D) Bump mapping
سؤال
Which of the following is not associated with a parallel projection?

A) Projection plane
B) Projectors
C) Center of projection
D) All of the above
سؤال
Hidden-surface removal is the process of

A) Discarding those objects that fall outside the view volume
B) Applying a parallel projection rather than a perspective projection
C) Identifying parts of surfaces that are in a shadow
D) Identifying surfaces that are blocked from the camera's view
سؤال
The shape of an object is usually represented by

A) A sphere
B) A polygonal mesh
C) A triangle
D) A texture map
سؤال
The image is stored in the

A) Image window
B) Z-buffer
C) Center of projection
D) Frame buffer
سؤال
Which of the following is not naturally handled by a local lighting model?

A) Specular light
B) Diffuse light
C) Ambient light
D) Shadows
سؤال
The incidence angle is measured relative to

A) The line normal to the surface
B) A line parallel to the surface
C) The line followed by the reflected ray
D) None of the above
سؤال
Producing a sequence of frames to fill the gap between key frames is called

A) Storyboarding
B) Morphing
C) In-betweening
D) Motion capture
سؤال
Which of the following is not contained in a scene graph?

A) Models of the objects in the scene
B) Information about the camera
C) Information about lighting
D) The view volume
سؤال
Another name for scan conversion is

A) Rasterization
B) Digitizing
C) Bump mapping
D) Ray tracing
سؤال
The phenomenon of a light ray bending as it passes through materials of different density is called

A) Reflection
B) Incidence
C) Refraction
D) Ray tracing
سؤال
Which of the following is an advantage of ray tracing over the traditional rendering pipeline?

A) It is less time consuming.
B) It implements a local lighting model.
C) It can be implemented in real time.
D) It implements a global lighting model.
سؤال
The shape of an object is typically represented by means of a ____________,which represents the shape as a collection of flat surfaces.
سؤال
A _________ is a procedural model that uses numerous small particles to simulate an object.
سؤال
Bright highlights on an object are produced by __________ light.
سؤال
Although __________ implements a global lighting model,it is time consuming and gives undue emphasis to specular light.
سؤال
Although __________ implements a global lighting model,it is time consuming and gives undue emphasis to diffuse light.
سؤال
A line perpendicular to a surface is called a __________.
سؤال
An animation project usually starts by constructing a _________,which consists of a collection of images that represent significant points in the sequence.
سؤال
Another name for scan conversion is ____________.
سؤال
The subfield of computer graphics that involves producing images of virtual worlds is called _______.
سؤال
Suppose each row below represents the vertices of a planar patch.What three vertices would describe a planar patch that would complete the polygonal mesh?
_________ __________ _________
(0,0,0) (1,0,0) (0,0,1)
(0,0,0) (0,1,0) (0,0,1)
(0,0,0) (0,1,0) (1,0,0)
سؤال
Clipping is the process of restricting attention to objects (or parts of objects)that are within the ___________.
سؤال
An alternative to flat shading is ______________.
سؤال
The ________ algorithm is a simple approach to performing hidden-surface removal.
سؤال
The steps of clipping,hidden-surface removal,and shading are often referred to collectively as the _______________.
سؤال
The shading technique called __________ produces a faceted image.
سؤال
The modeling process concludes with the construction of a ______________,which is a data structure containing models of all the objects in a scene as well as camera information.
سؤال
A storage area called a __________ is often used to record distance information to be used in hidden-surface removal.
سؤال
The ____________ represents the portion of the projection plane that will contribute to the final image.A bit map of that image is stored in the ___________.
سؤال
Avars are used to

A) Adjust a character's shape
B) Simulate textured surfaces
C) Locate objects in a scene graph
D) Reposition the camera
سؤال
Each of the images used to produce an animated sequence is called a _________.
سؤال
Compare various approaches to shading.
سؤال
Summarize the rendering pipeline.
سؤال
Producing animation frames by computing the effects of forces is an application of __________.
سؤال
Producing animation frames by simulating the movements of joints and appendages is an application of ___________.
سؤال
Compare the application of dynamics and kinematics in the field of animation.
سؤال
Discuss some fundamental differences between the process of constructing models and assembling a scene graph as opposed to rendering the scene.
سؤال
Design a polygonal mesh for a cube.Represent each planar patch as a list of vertices in traditional rectangular coordinates.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/47
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 10: Computer Graphics
1
Which of the following is not a step in the traditional rendering pipeline?

A) Scan conversion
B) Rasterization
C) In-betweening
D) Clipping
C
2
A polygonal mesh consists of

A) Planer patches
B) Pixels
C) Spheres
D) Bezier curves
A
3
Which is not a feature of radiosity?

A) Objects tend to appear dull rather than shiny.
B) Moving the camera position does not require massive changes.
C) Specular light is easily simulated.
D) It is a computationally complex undertaking.
C
4
Which of the following is not a way of constructing a polygonal mesh?

A) Digitizing
B) Procedural model
C) Texture mapping
D) Particle system
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 47 في هذه المجموعة.
فتح الحزمة
k this deck
5
Which of the following is the simplest shading technique?

A) Phong shading
B) Flat shading
C) Gouraud shading
D) Bump mapping
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 47 في هذه المجموعة.
فتح الحزمة
k this deck
6
Motion capture is a means of applying

A) A global lighting model
B) A local lighting model
C) Dynamics
D) Kinematics
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 47 في هذه المجموعة.
فتح الحزمة
k this deck
7
Which of the following is not associated with scan conversion?

A) A z-buffer
B) The painter's algorithm
C) Digitizing
D) Pixel positions
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 47 في هذه المجموعة.
فتح الحزمة
k this deck
8
Which of the following is not a property of the rendering pipeline?

A) It relies on recursive ray tracing.
B) It implements a local lighting model.
C) It is often implemented in firmware.
D) Its use leads to efficient rendering systems.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 47 في هذه المجموعة.
فتح الحزمة
k this deck
9
Which of the following is associated with clipping?

A) Phong shading
B) The view volume
C) Texture mapping
D) Bump mapping
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 47 في هذه المجموعة.
فتح الحزمة
k this deck
10
Which of the following is not associated with a parallel projection?

A) Projection plane
B) Projectors
C) Center of projection
D) All of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 47 في هذه المجموعة.
فتح الحزمة
k this deck
11
Hidden-surface removal is the process of

A) Discarding those objects that fall outside the view volume
B) Applying a parallel projection rather than a perspective projection
C) Identifying parts of surfaces that are in a shadow
D) Identifying surfaces that are blocked from the camera's view
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 47 في هذه المجموعة.
فتح الحزمة
k this deck
12
The shape of an object is usually represented by

A) A sphere
B) A polygonal mesh
C) A triangle
D) A texture map
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 47 في هذه المجموعة.
فتح الحزمة
k this deck
13
The image is stored in the

A) Image window
B) Z-buffer
C) Center of projection
D) Frame buffer
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 47 في هذه المجموعة.
فتح الحزمة
k this deck
14
Which of the following is not naturally handled by a local lighting model?

A) Specular light
B) Diffuse light
C) Ambient light
D) Shadows
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 47 في هذه المجموعة.
فتح الحزمة
k this deck
15
The incidence angle is measured relative to

A) The line normal to the surface
B) A line parallel to the surface
C) The line followed by the reflected ray
D) None of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 47 في هذه المجموعة.
فتح الحزمة
k this deck
16
Producing a sequence of frames to fill the gap between key frames is called

A) Storyboarding
B) Morphing
C) In-betweening
D) Motion capture
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 47 في هذه المجموعة.
فتح الحزمة
k this deck
17
Which of the following is not contained in a scene graph?

A) Models of the objects in the scene
B) Information about the camera
C) Information about lighting
D) The view volume
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 47 في هذه المجموعة.
فتح الحزمة
k this deck
18
Another name for scan conversion is

A) Rasterization
B) Digitizing
C) Bump mapping
D) Ray tracing
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 47 في هذه المجموعة.
فتح الحزمة
k this deck
19
The phenomenon of a light ray bending as it passes through materials of different density is called

A) Reflection
B) Incidence
C) Refraction
D) Ray tracing
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 47 في هذه المجموعة.
فتح الحزمة
k this deck
20
Which of the following is an advantage of ray tracing over the traditional rendering pipeline?

A) It is less time consuming.
B) It implements a local lighting model.
C) It can be implemented in real time.
D) It implements a global lighting model.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 47 في هذه المجموعة.
فتح الحزمة
k this deck
21
The shape of an object is typically represented by means of a ____________,which represents the shape as a collection of flat surfaces.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 47 في هذه المجموعة.
فتح الحزمة
k this deck
22
A _________ is a procedural model that uses numerous small particles to simulate an object.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 47 في هذه المجموعة.
فتح الحزمة
k this deck
23
Bright highlights on an object are produced by __________ light.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 47 في هذه المجموعة.
فتح الحزمة
k this deck
24
Although __________ implements a global lighting model,it is time consuming and gives undue emphasis to specular light.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 47 في هذه المجموعة.
فتح الحزمة
k this deck
25
Although __________ implements a global lighting model,it is time consuming and gives undue emphasis to diffuse light.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 47 في هذه المجموعة.
فتح الحزمة
k this deck
26
A line perpendicular to a surface is called a __________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 47 في هذه المجموعة.
فتح الحزمة
k this deck
27
An animation project usually starts by constructing a _________,which consists of a collection of images that represent significant points in the sequence.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 47 في هذه المجموعة.
فتح الحزمة
k this deck
28
Another name for scan conversion is ____________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 47 في هذه المجموعة.
فتح الحزمة
k this deck
29
The subfield of computer graphics that involves producing images of virtual worlds is called _______.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 47 في هذه المجموعة.
فتح الحزمة
k this deck
30
Suppose each row below represents the vertices of a planar patch.What three vertices would describe a planar patch that would complete the polygonal mesh?
_________ __________ _________
(0,0,0) (1,0,0) (0,0,1)
(0,0,0) (0,1,0) (0,0,1)
(0,0,0) (0,1,0) (1,0,0)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 47 في هذه المجموعة.
فتح الحزمة
k this deck
31
Clipping is the process of restricting attention to objects (or parts of objects)that are within the ___________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 47 في هذه المجموعة.
فتح الحزمة
k this deck
32
An alternative to flat shading is ______________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 47 في هذه المجموعة.
فتح الحزمة
k this deck
33
The ________ algorithm is a simple approach to performing hidden-surface removal.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 47 في هذه المجموعة.
فتح الحزمة
k this deck
34
The steps of clipping,hidden-surface removal,and shading are often referred to collectively as the _______________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 47 في هذه المجموعة.
فتح الحزمة
k this deck
35
The shading technique called __________ produces a faceted image.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 47 في هذه المجموعة.
فتح الحزمة
k this deck
36
The modeling process concludes with the construction of a ______________,which is a data structure containing models of all the objects in a scene as well as camera information.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 47 في هذه المجموعة.
فتح الحزمة
k this deck
37
A storage area called a __________ is often used to record distance information to be used in hidden-surface removal.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 47 في هذه المجموعة.
فتح الحزمة
k this deck
38
The ____________ represents the portion of the projection plane that will contribute to the final image.A bit map of that image is stored in the ___________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 47 في هذه المجموعة.
فتح الحزمة
k this deck
39
Avars are used to

A) Adjust a character's shape
B) Simulate textured surfaces
C) Locate objects in a scene graph
D) Reposition the camera
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 47 في هذه المجموعة.
فتح الحزمة
k this deck
40
Each of the images used to produce an animated sequence is called a _________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 47 في هذه المجموعة.
فتح الحزمة
k this deck
41
Compare various approaches to shading.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 47 في هذه المجموعة.
فتح الحزمة
k this deck
42
Summarize the rendering pipeline.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 47 في هذه المجموعة.
فتح الحزمة
k this deck
43
Producing animation frames by computing the effects of forces is an application of __________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 47 في هذه المجموعة.
فتح الحزمة
k this deck
44
Producing animation frames by simulating the movements of joints and appendages is an application of ___________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 47 في هذه المجموعة.
فتح الحزمة
k this deck
45
Compare the application of dynamics and kinematics in the field of animation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 47 في هذه المجموعة.
فتح الحزمة
k this deck
46
Discuss some fundamental differences between the process of constructing models and assembling a scene graph as opposed to rendering the scene.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 47 في هذه المجموعة.
فتح الحزمة
k this deck
47
Design a polygonal mesh for a cube.Represent each planar patch as a list of vertices in traditional rectangular coordinates.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 47 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 47 في هذه المجموعة.