Computer Science 455
Instructor: R. P. Burton
First Quiz
January 23-24,2006
Name _________________________________________ Score ____________/24
What first suggested the idea of using computers to do graphics?
man’s natural yearning for pictures (rather than tables of numbers)
the presence of television sets in virtually every household
the presence of oscilloscopes (to keep early computers running)
the search for an alternative for flight training
(c)
Graphics techniques were well understood during the 60s, but computer games using these techniques did not become popular until the late 70s. What was the principal reason?
persistent popularity of pinball machines
public ignorance of computer graphics
it took that long for someone to think there was “a buck to be made” with computer games
the cost of memory and processors
(d)
Graphics simulators are popular for modeling dock gantry cranes, but not skateboards. Why?
skateboards are cheap; cranes are expensive
skateboards pose less risk (or personal injury and/or property damage) than cranes
it’s not cost-effective to simulate skateboards
(all of the above)
(d)
Computer-aided architectural design can best be characterized as
automating traditional architectural design
automating and enhancing traditional architectural design
substituting new (and different) activities for the traditional design activities
(b)
Why did the use of computer graphics for residential architecture not become commonplace until the early 90s?
no one thought to use computers for drafting
there was a housing slump throughout the 80s
it was not cost effective to do so
computer graphics techniques were not sufficiently advanced until the early 90s
(c)
How did Disney react to the suggestion that computers could be used to do animation?
with excitement; hand-drawn animations had become too expensive to produce
with disbelief (that computers could be used to produce pictures)
with disinterest (or even disdain that an artistic endeavor could be done by a machine)
(c)
Since “a picture is worth a thousand words,” computer graphics is appropriate and desirable for teaching such concepts as circuit behavior, relativistic length contraction, and molecular behavior.
true
false
(a)
Due in large part to the risks to human subjects (and the resultant liability), computer graphics has minimal application in medical applications, especially invasive medical applications.
true
false
(b)
For consumption “by the common man,” computer graphics applications are limited to phenomena which the common man can observe in the natural world, cartoons and animations being the only significant exceptions.
true
false
(b)
One of the major contributions of computer graphics to society in general was the development of the CRT which subsequently made television possible.
true
false
(b)
Early CRTs used in graphics were monochrome. Hence, only with the development of multi-color monitors did it become possible to render colored scenes and scenarios.
true
false
(b)
The Sketchpad system developed by Ivan Sutherland in the early 60s was a point-plotting display. With the subsequent advent of vector graphics, the point-plotting techniques of the early 60s became permanently obsolete.
true
false
(b)
The disadvantage(s) of the CRT relative to other display devices is(are)
weight
voltage requirements
both (a) and (b)
(c)
A full-color CRT has been built by providing
three layers of phosphor – one red, one green, one blue
triads of red, green, and blue phosphors
both (a) and (b)
(b)
The image to be displayed on a Direct View Storage Tube (marketed by Tektronix) is stored
in a frame buffer
in a display file in a separate refresh computer
in a storage grid which is part of the display
in a high persistence phosphor
(c)
Motion pictures are presented flicker-free at 24 frames/second. There is no practical advantage to refreshing (nonstereo) graphics images more than 24 times/second.
true
false
(b – graphic images fade)
The DDA algorithm is to be used to draw a line from (200,100) to (800,900). Approximately how many steps are taken?
600
800
Sqrt(6002 + 8002)
600 + 800
(b)
A properly written DDA algorithm likely will contain a _____ operation.
trunc
round
(a)
A DDA that takes 127 steps will always run faster than a DDA that takes 128 steps.
true
false
(b)
To do a scan-line fill using a bucket which stores all the intersections of all the scan lines with all the edges, vertices should be treated as
no intersection
one intersection
two intersections
(it depends)
(d)
Suppose you wish to do a scan-line fill using an active edge list. Suppose two edges AB and BC are associated with vertex B. The coordinates of vertex C are (100, 300), the coordinates of B are (200, 700), and the coordinates of A are (250,100). Which edge goes on the active edge list first?
AB
BC
It makes no difference
(b)
Plasma panels started out with one color (orange), one intensity of that color, and a resolution of about 60/inch. Plasma panel displays are still monochrome, still one intensity, and still low resolution.
true
false
(b)
Thin-film electroluminescent displays are most similar in concept to
CRTs
DVSTs
Plasma panels
LCD displays
LED displays
(c)
Which of the following represents or produced true, simultaneous 3D output?
MIT’s rotating LED panel
A hologram
A Viewmaster®
None of the above
(d)