Computer Science 455
Instructor: R. P. Burton
Fourth Quiz
February 28-March 1, 2005
Name _________________________________________ Score ____________/27
Which of the following represents an unrecoverable situation?
posted and painted
posted but not painted
painted but not posted
neither posted nor painted
(none represents an unrecoverable situation)
(e)
After a graphics structure has been created and closed,
generally it is possible to open it for the purpose of adding graphics elements, without needing to relocate it
generally it is possible to open it for the purposes of adding graphics elements, but this necessitates a relocation
it cannot be changed
(b)
If several basic shapes are defined in master coordinates, the hierarchy that represents the contents of world coordinate space is a
tree
graph
(b)
The ratio of basic shapes to total nodes is probably greater in a relatively ____ hierarchy.
flat
tall
(a)
Where does the geometry reside in the hierarchy of the previous questions?
in the root
in the internal nodes including the root
in the internal nodes excluding the root
in the “leaves”
(d)
If the root is called world coordinates and the “leaves” are called master coordinates, what are (at least some of) the intermediate levels called?
normal coordinates
transformation coordinates
master coordinates
(c)
Of the following, which is the least efficient (or the impossible) place to clip?
screen coordinates
world coordinates
master coordinates
(b)
Clipping cannot be done in master coordinates because all objects are defined relative to the “origin,” and it is difficult if not impossible to select one object without getting at least parts of other objects.
true
false
(b)
Pick the best statement relative to GUIs.
Like other kinds of graphics, the GUI should be attractive, even “eye catching,” and should incorporate graphics techniques to achieve this objective.
A GUI should draw the user into the application, becoming almost transparent to the user.
A GUI should be made to run as efficiently as possible, even at the expense of the objectives of choices (a) and (b).
(b)
A gravity field associated with a line segment probably has the shape of a(n)
rectangle
elongated oval
dumbbell
(c)
All of the following are suitable for rubberbanding except
drawing using XOR
a “save, draw, restore” cycle
drawing using a priority plane
erasing using the complement of the drawing color
(all are suitable)
(d)
All of the following are appropriate for selecting an element of a scene (where elements may overlap) except
bounding boxes
hot points
cycling through candidates, guessing the level
simply clicking on the element
(no exceptions here)
(d)
Understanding the concepts required to recognize characters made of strokes sufficient to produce a working program likely would require _____ of reading or lecture time for a CS455 student.
a half-hour
a week
3 weeks
3 months
(a)
A collection of graphics elements (sometimes called a segment) probably should be
elements which will be replicated as a group
elements which will move as a group
both (a) and (b)
either (a) or (b)
(d)
An automobile designer moves his hands through the air to indicate the shape of a potential future automobile. The movement of his hands is traced by a computerized system. The designer is engaged in a(n) ____________ activity.
analytic
synthetic
(b)
Early versions of the mouse, such as the SRI mouse, were unsuitable for input because the wheels on the bottom of the mouse often slid along the surface instead of rotating as intended.
true
false
(b)
Suppose you have a tablet with 1000 wires running top to bottom and 1000 wires running left to right. What is the minimum number of bits needed to distinguish one wire from all the other wires?
1
10
20
(a)
Two perpendicular strip microphones and a knowledge of the plane containing the strip microphones determines _________.
a unique point
two points
a line of points
two lines of points
(b)
____ point microphones must be mounted on a planar surface (such as a wall) in order to determine positions in 3D space.
two
three
four
more than four
(b)
The image drawn on a Direct View Storage Tube typically changed _______.
60 times/second or faster
30 times/second
15 times/second
once/second
once every several seconds, or even less frequently
(e)
How many different voltage levels could be expect to be sent to a cell of a plasma panel during an arbitrary session?
one
two
three
up to 1000
(c – write, erase, sustain)
Equipment can be added to an ordinary TV to create the depth effect experienced in a 3D movie.
true
false
(a)
The basis of touch panels is
optical
acoustical
electrical
(any of the above)
(d)
The ultimate graphics system is a voice-driven graphics system, but it’s still a ways off.
true
false
(b)
Pick the best statement.
the relationship between the logical devices and the physical devices is 1:1
the relationship between the logical devices and the physical devices is 1:many
the relationship between the logical devices and the physical devices is many:1
virtually any physical device can function as any of the logical devices
(d)
Call them what you will, all coordinate systems used for computer graphics are Cartesian.
true
false
(b)
There is no such thing as a true 3D output device. 2.5D yes, but not 3D.
true
false
(b)