0% found this document useful (0 votes)
43 views2 pages

Cae-1 Scsa1503 Questions

This document provides a summary of Continuous Assessment Examination 1 given in August 2021 for the course Computer Graphics and Multimedia Applications. It includes two parts - Part A contains 5 short answer questions worth 2 marks each and Part B contains 2 long answer questions worth 10 marks each. Questions test various computer graphics concepts like raster graphics, input devices, line drawing algorithms, transformations, clipping algorithms.

Uploaded by

Resheb Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views2 pages

Cae-1 Scsa1503 Questions

This document provides a summary of Continuous Assessment Examination 1 given in August 2021 for the course Computer Graphics and Multimedia Applications. It includes two parts - Part A contains 5 short answer questions worth 2 marks each and Part B contains 2 long answer questions worth 10 marks each. Questions test various computer graphics concepts like raster graphics, input devices, line drawing algorithms, transformations, clipping algorithms.

Uploaded by

Resheb Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Continuous Assessment Examination 1 (Aug.

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)

Part-B Answer ALL the questions (2×10=20)

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.

a. Given a triangle ABC, with A (2,2), B (4,6) and C (6,2). Find


8. the reflected position of triangle i.e., with respect to the y-axis. CO(2)

b. Shear with respect to Y axis, given A(0,0), B(0,4), C(3,4),


D(3,0) with Shy=2.

(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

You might also like