Computer Science 455
Instructor: R. P. Burton
Sixth Quiz
April 16-17, 2007
Name _________________________________________ Score ____________/33
If a ray intersects a plane containing a polygon, and if the projection of the intersection is inside the projection of the polygon, then the ray intersects the polygon.
true
false
(a)
The ray-polygon intersection problem, as discussed in class, is solved
by shooting rays through the vertices of the polygon and comparing their directions to the (potentially intersecting) ray’s directions
by solving the ray-plane intersection problem and then doing an inside-outside test
(b)
For the purposes of ray-box intersection, a slab is
effectively infinite in all but one dimension
constrained in two of three dimensions
constrained in all three dimensions
(a)
The ray is specified _____ and the box is specified _____.
implicitly, implicitly
implicitly, explicitly
explicitly, parametrically
parametrically, explicitly
(d)
The intersection of a ray with a cylinder, cone, ellipsoid, … is solved in part by solving a ______ equation.
linear
quadratic
cubic
quartic
higher order
(b)
An appropriate inverse mapping for a circle is mostly a problem of converting from Cartesian to polar coordinates.
true
false
(a)
The inverse mapping for a cylinder _____ introduces distortion.
always
sometimes
never
(b)
If two (energy distribution) spectra produce perceptibly equivalent colors, the spectra can be expected to be similar.
always
sometimes
(b)
Fractal geometry is closest in age to
you
the course instructor
the State of Utah (statehood was granted in 1896)
Joseph Smith (b. 1805)
Galileo (b. 1564)
(a)
Except for purely mathematical purposes, the utility of fractals is limited to graphic presentations of artificial, but plausible scenes (and other intriguing, but artificial images)
true
false
(b)
What is the length of the perimeter of the Koch snowflake? Assume the initial length of a side of the equilateral triangle is 1.
between 3 and 6
6
12
lots more than 12
(d)
What is the reason for generating fractals with functions in the complex plane?
fractals have an imaginary component
it permits the x and y coordinates to be separated easily
(fractals cannot be generated with functions in the complex plane)
(b)
For random midpoint displacement, which of the following is not true?
every point along an edge has an equal probability of being displaced
displacement inward and displacement outward are equally probable
displacement generally is proportional to the length of the edge
(all of the preceding are true)
(a)
The Koch snowflake demonstrates
exact self-similarity
statistical self-similarity
(a)
For “natural” scenes, the fractal dimension typically is ____ than the Euclidean dimension.
less than 25% greater than
between 25 and 50% greater than
more than 50% greater than
twice as large as
(a)
If you were to dig a hole in rocky soil (north Orem, for example), the quantity of rocks of each size would be _______ the relative size of the rock.
independent of
proportional to
inversely proportional to
(c)
If you take a sphere and divide it into hemispheres, displacing each hemisphere relative to the other, and you do this enough times, “continents” will form
only if there is a pattern to the hemispheric divisions
even if there is no pattern to the hemispheric divisions
(b)
What is the source of 1/f noise?
the lunar cycle
the solar cycle
solar radiation
unknown
(d)
Mathematical skill beyond the freshman level in college is required to write programs to produce fractals.
true
false
(b)
How is the complexity of a fractal measured?
by the dimension of the fractal
by the length of its perimeter
by the length of the escape orbit
by the length of the shortest program needed to produce it
(d)
Which of the following is NOT a stable orbit?
an orbit that moves toward the origin
an orbit that moves toward infinity
both (a) and (b)
an orbit that stays on some perimeter
(d)
Inverse iteration used to compute orbits because it moves back toward the attractor rather than away from the attractor.
true
false
(b)
The actual Julia set is
the perimeter
the “filled in” region, excluding the perimeter
the ”filled in” region, including the perimeter
(a)
To compute a “filled in” _______ set, zk+1 = zk2 + c.
Mandelbrot
Julia
Mandelbrot or Julia
(c)
“if it doesn’t move, it’s not animated.”
true
false
(b)
Which of the follows is second-to-lowest in the hierarchy (where “synopsis” is highest and “shot” is lowest)
scenario
scene
sequence
storyboard
(b)
Which typically comes first?
the animation
the sound track
(b)
When the camera is translated from one point to another, this is called a
pan
track
tilt
(b)
A cross-dissolve is
a fade-out followed by a fade-in
synonymous with a wipe
(a)
Animation dates from
the early 1600s
the early 1800s
the early 1900s
the mid 1900s
(b)
For all intents and purposes, the use of animation is limited to entertainment (i.e. video games and cartoons for television and motion pictures).
true
false
(b)
Which is more advanced?
key frame animation
modeled animation
(b)
Morphing from a cube to a B-1 bomber involves techniques well beyond the scope of CS 455.
true
false
(b)