You are on page 1of 4

Code No: 221402 Set No.

II B.Tech. II-Semester Supplementary Examinations, November-2003

COMPUTER GRAPHICS
(Mechatronics)
1
Time: 3 hours Max. Marks: 80
Answer any FIVE questions
All questions carry equal marks
---

1. Write short notes on:

a) Liquid crystal displays


b) Raster scan display system

2.a) Explain the role of display interpreter in graphical display with a block diagram.
b) What is meant by normalized device co-ordinate system. What are its advantage?

3. Explain with suitable examples different 2-dimensional transformation


techniques. Derive their respective matrix representations.

4. What are the various operations to be performed on the segments? Discuss


various data structures that can be used for storing segments in the display files.

5. Explain the Cohen-Sutherland algorithm for finding the category of a line


segment. Show clearly how each category is handled by the algorithm.

6. Explain briefly the transformation steps for obtaining a composite matrix for
rotation about an arbitrary axis with the rotation axis projected on to the z-axis.

7. Outline the z-buffer algorithm. List the advantages and disadvantages of the
z-buffer algorithm.

8.a) What are the advantages of B-splines over Bezier curves?


b) Differentiate between interpolation and approximation in spline
representations.
c) Give the applications of raster scan graphics.

-*-*-*-
Code No: 221402 Set No.
II B.Tech. II-Semester Supplementary Examinations, November-2003

COMPUTER GRAPHICS
2
(Mechatronics)
Time: 3 hours Max. Marks: 80
Answer any FIVE questions
All questions carry equal marks
---

1.a) Explain the concepts of aliasing and antialiasing. How can the effects of aliasing
be minimized?
b) Write short notes on frame buffer.

2.a) Using the syntax of display file structure, write the algorithm to put an instruction
into the display file.
b) Explain the role of display file in the graphical image generation.

3.a) How the magnification and reduction of the graphical objects is done.
b) Derive the composite transformation matrix which magnifies an object by ‘s’ units
in x and y directions about its center c(h,k).

4. Derive the window-to-viewport transformation equations by first scaling the


window to the size of the viewport and then translating the scaled window to the
viewport position.

5. Explain the working of the Sutherland - Hodgeman algorithm for polygonal


clipping with the help of suitable example.

6.a) Write 3-dimentional homogeneous matrix to rotate by Π degrees about the line
passing through the point (0,0,0) and (1,0,1)
b) Write a note on smooth shading.

7. Write about the following:


a) 3D clipping
b) Shading algorithms

8. Describe Bezier surface generation technique with examples.

-*-*-*-
Code No: 221402 Set No.
II B.Tech. II-Semester Supplementary Examinations, November-2003
COMPUTER GRAPHICS
(Mechatronics)
3
Time: 3 hours Max. Marks: 80
Answer any FIVE questions
All questions carry equal marks
---

1. Explain briefly about various display devices used in computer graphics.

2. Explain the scan-line algorithm for polygon filling.

3. Show how reflections in the line y = x and in the line y = -x can be performed by
a scaling operation followed by a rotation (scaling by negative factors permitted).

4. Find the normalization transformation N that uses the rectangle A (1,1), B (5,3), C
(4,5) and D (0,3) as a window and the normalized device screen as a viewport.

5. Explain the following:


a) Generalised clipping
b) Multiple windowing.

6. Explain about the following 3D transformations:


a) Scaling
b) Translation
c) Rotation about x-axis.

7.a) Explain the basic conepts of hidden surfaces and line removal methods with
suitale examples.
b) Write about z-buffers.

8. Write about the following:


a) Generation of curves and surfaces.
b) Sweeping method of interpolation.

-*-*-*-
Code No: 221402 Set No.
II B.Tech. II-Semester Supplementary Examinations, November-2003

COMPUTER GRAPHICS
(Mechatronics)
4
Time: 3 hours Max. Marks: 80
Answer any FIVE questions
All questions carry equal marks
---

1. Write an algorithm for circle generation given center and radius.

2.a) Write an algorithm for polygon generation.


b) Explain about pattern filling.

3.a) Prove that the scaling transformations commute; that is, S1 × S2 = S2 × S1.

b) Prove that the 2-D rotations about the origin commute; that is, R1 × R2 = R2 ×R1.

4. Write procedures for creating and closing segments.

5. Explain the following:


a) Cohen-Sutherland line clipping
b) Multiple windowing

6. Derive transformation matrices for


a) Parallel projection
b) Perspectie projection.

7. Write about the following:


a) Gourand shading
b) Painter’s algorithm.

8. Explain various methods for generation of curves and surfaces.

-*-*-*-

You might also like