Assignment 1
1) Draw the diagram of CRT and explain its working.
2) Difference between Raster and Random scan display.
3) What is Computer graphics? It’s Application.
Assignment 2
1) Explain DDA line drawing algorithm.
2) Find out consider the line from A (10, 10) and B (18, 16) bresenham’s algorithm to
rasterizethis line.
3) Explain the midpoint circle generating algorithm.
4) What is Aliasing? Explain some antialiasing technique.
5) Write short note on: Flood fill algorithm.
Assignment 3
1) Explain Flood fill algorithm.
2) Derive matrices for Rotation about an arbitrary point.
3) Explain inside outside test used in filling algorithm.
4) Define shearing and give example.
Assignment 4
1) Write short note on : Viewing transformation.
2) Explain Liang-Barsky line clipping algorithm with suitable example.
3) Define view port and derive window to view port transformation.
4) Explain Cohen-Sutherland line clipping algorithm.
Assignment 5
1) Explain Parallel projection.
2) Explain perspective projections. Derive the matrix for perspective projection.
3) Explain what is meant by B Spline curve? State the various properties of B Spline curve.
4) Explain what is meant by Bezier curve? State the various properties of Bezier curve.
Assignment 6
1) Explain Z Buffer algorithm for hidden surface removal.
2) Explain Area subdivision algorithm for hidden surface removal.
3) Explain Painter’s algorithm.