TEST 1 CS458

Instructor Dr P Juell    NAID______________________ NAME__________________________

100 points, open book                                  Sep. 26, 2006

  1. What does the Odd/Even rule refure to?
  2. Actively show a texture.
  3. Give an diference between GKS and OpenGL.
  4. What is the call back system?
  5. Pick one of input graphics input modes: locator, storke, valuator, choice and pick Describe what you would do with this mode.
  6. (10) The outline of the US is stored in your computer in polyline form. Give a good outcode of this storage.

    
    
    
    
  7. What does this say?
       O
       |
       |
       |----
    
  8. What causes the occurence of a jaggy?
  9. Draw a digram that would not cause a problem for a normal line fill routine.

    Draw a digram that would not cuase a problem for odd/even like fill.

    Draw a digram that would not cause a problem for a Winding Number rule.

  10. What does WIMP stand for?
  11. ------------------------------------------------------------------
  12. (10) Draw a figure that would not present a problem to the odd/even line fill routine.
    
    
    
    Draw a figure that would present a problem to the odd/even line fill routine.
    
    
    
  13. (10) The active LCD displays have a built in memory for each pixel. That gives them the effect of infinite persistence and yet allows instant change. Give two changes this would permit over the traditional CRT based systems.
    
    
    
    
    
    
  14. (10) Bresenham's line algorithm uses the sign of the parametric value to chose between two options. What are the two options?
    
    
    
    
    
    
    
  15. (10) What is the call back system and how is it used.
    
    
    
    
    
    
    
  16. (10) What one fature is this list ordered by: formula, DDA, Bresenham?
    
    
    
    
    
    
    
  17. (10) The programs teatex and teatex2 use texture. What are different in the two textures. (Rember teatex uses a checkboard and teatex2 uses a part of the fractal).
    
    
    
    
    
    
    
    
  18. (10) Build a weather glyph for 15knots, 50% coverage, wind from the south west.
    
    
    
    
    
    
    
    
    
  19. (10) Two program are displaying a 2D image and a 3D image Give two major diffenences between the two programs.
    
    
    
    
    
    
    
  20. (10) What is changed in an antialiasing system?
    
    
    
    
    
    Why is this change done?