Cae-1 Scsa1503 Questions
Cae-1 Scsa1503 Questions
2021)
Program : B.E/B.Tech - CSE/IT Max. Marks : 30
Course : Computer Graphics and Multimedia Applications Time : 1 Hour
Course code : SCSA1503 Sem :V
Batch : 2019-2023 Date : 11-8-2021
Part-A Answer ALL the questions (5×2=10)
Q.No Questions CO
1. In raster graphics, what is true-color system? Explain CO(1)
List the various input devices that are adopted in a graphics
2. CO(1)
system
Find the xincrement and yincrement using DDA algorithm
3. CO(1)
given (xa,ya)=(10,15) and (xb,yb)=(20,18).
Determine the steps required for window-viewport
4. CO(2)
transformation
5. List the various types of clipping algorithms CO(2)
Q.No Questions CO
Let (x1,y1) = (5,5) and (x2,y2) = (12,10). Use Bresenham line
drawing algorithm and with algorithm explain how the
6. CO(1)
intermittent points are generated
(OR)
Adopt mid-point subdivision algorithm for drawing circle and
7. with algorithm show a circle can be constructed with center CO(1)
coordinates (5,5) and radius 10.
(OR)
Consider the below example and if the coordinates of the line
segment are (x1,y1)= (2,6) and (x2,y2) =(6,5),find the point of
intersection of line with the boundary selecting Cohen
Sutherland line clipping algorithm, considering (xwmin,ywmin) =
(4,4) and (xwmax,ywmax)=(10,8).
9. CO(2)
x1,y1
x2,y2