Assignment-1: 11. What Is The Difference Between Window and Viewport. What Is The Use of
Assignment-1: 11. What Is The Difference Between Window and Viewport. What Is The Use of
1. What is Computer Graphics? What are the different uses and application of
Computer Graphics?
2. Explain the construction and working of CRT.
3. Write short notes on
a. Aspect Ratio
b. Lookup Table
c. Refresh Rate
d. Raster Display
e. Random Display
f. Display File
g. Frame Buffer
h. Interlacing
11. What is the difference between Window and Viewport. What is the use of
normalized device coordinate system.
12. Define the following
a. Point clipping
b. Line Clipping
13. Write the general form of a scaling matrix with respect to a fixed point
P(h,k)
14. What is an Homogeneous coordinate, what is the use of it.
15. Using midpoint transformation of straight line Show that there is one-to-one
mapping of transformation of straight line.
16. Consider the line L and triangle ABC. The equation of line L is y=1/2(x+4)
and A(2,4), B(4,6), C(2,6). Reflect the triangle about L.
17. Find the normalized transformation for window to viewport which uses the
triangle whose lower left corner(2,2) and upper left corner(6,10)as a window
and the viewport that has lower left corner at (0,0) and upper left corner at
(1,1).
18. A clipping window PQRS has left corner at (3,4) and upper right corner at
(10,9). Find the section of the clipped line AB whose coordinates are A(2, 11),
B(9,2).
19. Find the Transformation matrix of 3D rotation about z-axis, x-axis and y-
axis.
21. Determine eleven points on a Bezier curve with equidistant parametric value,
having control points (x0, y0)=(50,180), ) (x1,y1)=(600,300), (x2,y2)=(600,300) and
(x3,y3)=(500,50), distributed over a screen resolution 640x350.