CSIT 3rd Semester
Computer Graphics Board Question Paper 2081 Old Course


CSC 214-2081 ✡
Tribhuvan University
Institute of Science and Technology
2081
Bachelor Level/Second Year/Third Semester/Science
Computer Science Information Technology (CSC 214)
(Computer Graphics)
(Old Course)
Full Marks:60 Pass Marks:24 Time:3 hours

Candidates are required to give their answers in their own words as for as practicable.
The figures in the margin indicate full marks

Section A
Long Answer Questions
Attempt any Two question.
[2x10=20]
1.

Explain Bresenham's Line Drawing Algorithm for the line segment |m|<1. Digitize the line with end points A(11,5) and B(5,13) using DDA line drawing algorithm.

2.

Hidden surface removal is very important in computer graphics. Justify it. Explain in detail about scan line method and ray tracing techniques.

3.

You are given a clipping window defined by the coordinate of lower left corner (3,3) and right upper corner (7,6). Test the visibility of the line segment having two end points R(2, 4) and S(8, 7) and if necessary, determine the visible portion of the line segment using Cohen's Sutherland Line Clipping Algorithm.

Section B

Attempt any Eight questions

[8x5=40]
4.

Find composite transformation matrix for reflection about a line y = mx + c.

5.

Find the new coordinates of the new cube rotated 90 degree anticlockwise about an axis defined by its end points A(1,2,1) and B(2,1,3).

6.

Explain the working of Z- Buffer Algorithm for Visible Surface Detection.

7.

Compare parallel projection and perspective projection in brief with necessary diagrams.

8.

Explain Random Scan Display Architecture with suitable diagram.

9.

Illustrate on the use of Hermite curve, Beizer curve and B-spline curve with an example of each.

10.

What do you understand by Solid Modeling? Explain Binary Space Partition Method.

11.

How a Realistic Image can be generated in Computer Graphics? Explain Phong Specular Reflection Model.

12.

Write short notes
a) Augmented Reality
b) Boundary Filling Algorithm