Computer Science 455
Instructor: R. P. Burton
Seventh Quiz

April 14-15, 2003


Name _________________________________________ Score ____________/39

  1. Ray-tracing is more efficient when rays are traced (b)

  2. What happens in ray tracing when a ray strikes a partially transparent object? (c)

  3. When a volume is represented using the octree approach, normals to the surface (c)

  4. When a 2D "fractalized" surface (for graphic presentation) results from random displacement (to an appropriate degree), normals (b)

  5. If, for the purpose of antialiasing, rays are sent through pixel corners rather than through pixel centers, the number of rays (for a typical display) (b)

  6. In a radiosity context consisting of 1000 one-sided patches, about how many form factors need to be computed? (d)

  7. The eye can respond to about 400,000 distinct frequencies. What is the maximum number of different colors from which Gap could choose for this year's shirts? (c)

  8. Which of the following is the least pure color of light? (a)

  9. The standard primaries are (d)

  10. Considering the dimensionality of the chromaticity diagram, how many color points maximize the ratio of colors captured to color points? (a color point is a point on the chromaticity diagram and "colors captured" represents the length/area/volume/… of the geometric figure determined by the color points.) (b)

  11. Identify the LEAST correct statement: (b)

  12. Suppose each pixel consists of a red, green, and blue component, each of which can be either on or off. How many colors can be represented by pixels which are 2 x 3? (d)

  13. The HSV color model can be derived geometrically most easily from (c)

  14. Where are the pure hues in the HSV hexacone? Assume the table is at the top and the point is at the bottom. (b)

  15. Where are the shades in the HLS color model? (c)

  16. Which of the following techniques always intersects even small objects and large, far away objects? (e)

  17. Consider a 500 x 500 grid with one ray/grid cell, and a scene consisting of 100 objects. How many ray segments could be produced in raytracing this scene? Assume no transparent objects. (c)

  18. In the context of raytracing, mathematical elegance and computational efficiency go hand in hand. (b)

  19. To find the intersection of a ray and a sphere, the ray is represented _____ and the sphere is represented _____. (e)

  20. When solving for the potential intersection of a ray and a sphere, the discriminant can indicate (c)

  21. Which of the following does not lead potentially to the "midstream" termination of the calculation of the intersection of a ray and a sphere? (a)

  22. Spherical inverse mapping consists of (b)

  23. When finding the intersection of a ray and a plane, the ray is represented in ____ form and the plane is represented in ____ form. (e)

  24. (as discussed in class) After a ray has been determined to intersect a plane, the ray is determined to intersect a polygon in the plane by (b)

  25. For ray/box intersection, suppose the values of t where the ray intersects the x slab are -4.59 and 13.8. For the y slab, they are 4.59 and 2.29. For the z slab they are -1.15 and 1.15. What can you conclude? (d)

  26. When finding the intersection of a ray and a quadric, the ray is represented in ____ form and the quadric is represented in ____ form. (e)

  27. Fractal geometry dates from (c)

  28. The applications of fractal geometry are limited to semi-realistic pictures of natural phenomena and exciting pictures, but with virtually no applications in the sciences or engineering. (b)

  29. How long is a typical fractal curve, including the Koch snowflake? (d)

  30. Why are fractal curves generated with functions in the complex plane? (c)

  31. Which of the following is most useful for generating fractals? (c)

  32. When a point on an edge is displaced using the random displacement method (c)

  33. What is the fractal dimension of the Koch snowflake? (b)

  34. A large scale view of a fractal is always sufficient to predict exactly the details of a magnified view. (b)

  35. Suppose you go up in the mountains and dig a hole. You arrange all the rocks from the hole in order of decreasing size. You expect to find (c)

  36. What is the source of 1/fbeta noise? (d)

  37. 1/fbeta noise can NOT be observed in (e)

  38. When computing the Julia set by inverse iteration, all of the following are either recommended or acceptable EXCEPT (c)

  39. About how many lines of code are required to compute the Julia set by inverse iteration? (a)

back to quizzes