Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Boundary Repr - Foundations of Computer Graphics - Exams, Exams of Computer Graphics

Main points of this exam paper are: Boundary Repr, Liquid-Crystal Panel, Vector-Drawing Crt, Raster-Display Crt, Disrec-View Storage Tube, Worst Choice, Easter-Egg Approximated, Resonance Imaging, Idealized Wedge, Swiss Cheese

Typology: Exams

2012/2013

Uploaded on 04/02/2013

shamabhat_84
shamabhat_84 🇮🇳

80 documents

1 / 5

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
CS 184, Spring 1998
Quiz #1
Professor C.H. Sequin
Problem #1(6 points)
Which of the devices below are calligraphic (vector-drawing)? --> Circle the correct answer.
YES NO Penplotter.
YES NO Liquid Crystal Displays.
YES NO Plasma Panel.
Problem #2(4 points)
Indicate the BEST and the WORST choice among the listed displays for the purpose of displaying animated
wire frames:
Disrec-view storage tube.
Liquid-Crystal Panel.
Vector-drawing CRT.
Raster-display CRT.
Problem #3(10 points)
For each of the objects described below, list the representation that most naturally fits the structure of the
object; choose from: Boundary Repr. (BRep)--- Constr. Solids Geometry (CSG) --- Volume Repr. (Octree) --
Procedural genration by sweeping (Sweep) -- Prototype instantiation (Inst.)
An idealized wedge of Swiss Cheese.
Magnetic-resonance imaging (MRI) data of a brain.
An Easter-egg approximated by 9000 triangles.
Pipes in an oil refinery.
A turbine wheel with 120 complicated fan blades.
The surface z = sin(x*x + y*y)/(x*x + y*y) for |x|, |y| < 8.
CS 184 Quiz #1 Spring 1998
course, semester/yearCS 184, Spring 1998exam # Quiz #1professor Professor C.H. Sequin 1
pf3
pf4
pf5

Partial preview of the text

Download Boundary Repr - Foundations of Computer Graphics - Exams and more Exams Computer Graphics in PDF only on Docsity!

CS 184, Spring 1998

Quiz

Professor C.H. Sequin

Problem #1(6 points)

Which of the devices below are calligraphic (vector-drawing)? --> Circle the correct answer.

  • YES NO Penplotter.
  • YES NO Liquid Crystal Displays.
  • YES NO Plasma Panel.

Problem #2(4 points)

Indicate the BEST and the WORST choice among the listed displays for the purpose of displaying animated wire frames:

  • Disrec-view storage tube.
  • Liquid-Crystal Panel.
  • Vector-drawing CRT.
  • Raster-display CRT.

Problem #3(10 points)

For each of the objects described below, list the representation that most naturally fits the structure of the object; choose from: Boundary Repr. (BRep)--- Constr. Solids Geometry (CSG) --- Volume Repr. (Octree) -- Procedural genration by sweeping (Sweep) -- Prototype instantiation (Inst.)

  • An idealized wedge of Swiss Cheese.
  • Magnetic-resonance imaging (MRI) data of a brain.
  • An Easter-egg approximated by 9000 triangles.
  • Pipes in an oil refinery.
  • A turbine wheel with 120 complicated fan blades.
  • The surface z = sin(xx + yy)/(xx + yy) for |x|, |y| < 8.

course, semester/yearCS 184, Spring 1998exam # Quiz #1professor Professor C.H. Sequin 1

Problem #4(10 points)

Name FOUR logical input device types:

Name the FOUR basic interaction tasks discussed in class:

Problem #5(10 points)

Show a QUAD-TREE representing the geometry in the Figure below. Draw the tree with the children of each node appearing in order {1,2,3,4} from left to right and show the leaf-node values.

Problem #6(10 points)

Circle the correct answer.

2D-rotations of homogeneous coordinate triples are described by orthogonal matrices. TRUE | FALSE

If points P0, Q0, R0 are carried into points P1, Q1, R1, respectively, by a uniform scaling S(c,c,c) for some c > 0, then the angle P0Q0R0 is equal to the angle P1Q1R1. TRUE | FALSE

To find the result of transforming 100 vectors, Vi, by matrices M,N,P,Q in order, the following indicates an efficient plan of computation. TRUE | FALSE

for i=1 to 100 do wi = (((ViM)N)P)Q);

If we change the viewport, we see the same part of the object drawn on a differnt part of the display. TRUE | FALSE

In 2-space, rotation around the origin and uniform scaling with respect to the origin are commutative.TRUE | FALSE

  • It takes a minimum of three numbers {e.g. (A,B,C)} to specify a line in 2-dimension space. TRUE |

Problem #10(15 points)

Describe with a string of transformations [using the symbols translate: T(dx,dy); scale: S(sx,sy); rotate: R(alpha)] the window-to-viewport transformation that maps the contents of a GLIDE frustum (a,b,c)(d,e,f) into part of a viewport (p,q,) (s,t,)** so that the result has no distortion and appears as large as possible and centered in the viewport.

Problem #11(15 points)

The two-dimensional scene below has the hierarchical structure indicated by the diagram below, where the circles indicate the respective transformation matrices at each instance call. Thus the position of FLAG in WORLD coordinates is given by the compound transformation:

FLAG world= FLAG mate * MATE ship * SHIP world [denote this as eqn. 1]

assuming the use of homogeneous ROW coordinate triples.

We further assume that the current values of these matrices describe the state of the scene on the left below:

Now we want to describe the scene depicted on the right by inserting a few extra matrices into the string of matrices in eqn 1. Write down a suitably modified product of matrices for the new FLAG world. Use only the demensions and angles explicitly indicated in the scences above. Use the "CS184 short-hand notations"

described in Problem #10 to express additional simple transformations, e.g., T(dx,dy),S(sx,sy), R(alpha).

new_FLAG world =

Posted by HKN (Electrical Engineering and Computer Science Honor Society)

University of California at Berkeley

If you have any questions about these online exams

please contact examfile@hkn.eecs.berkeley.edu.