You are on page 1of 2

Daffodil International University

Department of Computer Science and Engineering


Faculty of Science & Information Technology
Midterm Examination, Fall 2020 @ DIU Blended Learning Center
Course Code: CSE421 (Day), Course Title: Computer Graphics
Level: 4 Term: 2 Section: O-3, O-4, O-5 & O-12
Instructor: NNM Modality: Open Book Exam
Date: Sunday, 8 November 2020 Time: 02:00-06:00pm
Four hours (4:00) to support online open/case study based assessment Marks: 25
Directions:
 Students need to go through the CASE STUDY shown in this exam paper.
 Analyze and answer specific section based on your own thinking and work.
 Do not share as this will be treated as plagiarism by Blended Learning Center.

Answer ALL Questions

1. a) In display devices, flat monitor is used for light weight, reduced volume and many [2.5]
more reasons. Now, write down the differences between the two approaches to
display the image on the flat output device.

b) “Computer Graphics is a vast and recent area in computer science”- Justify your [2.5]
answer according to its application

2. In the following figure the text ‘e’ is not smooth to visualize in the computer graphics [5]
purpose. In your opinion which effect occurs in the above ‘e’? How can you solve the
problem?

3. Calculate the pixel location of a circle having center at (-4, -5) and radius 14 units using [5]
mid point circle algorithm. Draw that circle.
4. Rotate the following rectangle 50 degree in y-axis and compute the new points. Again, [5]
scale the rectangle 2 times smaller. Determine the new points and plot them.

5. Scientist Bresenham tries to draw a line improving DDA algorithm which should be drawn [5]
between the points (22, 28) and (33, 34). Now you are Mr. Bresenham

You might also like