0% found this document useful (0 votes)
13 views

Computer Graphics Assessment

The document outlines the syllabus for the Computer Graphics course (CS-3203) taught by Dr. Wanbanker Khongbuh from January to June 2025. It includes various questions covering topics such as computer graphics applications, types, algorithms for line and circle drawing, 2D transformations, 3D transformations, B-spline curves, and surface detection techniques. Each question requires detailed explanations, calculations, or derivations related to the concepts discussed in the course.

Uploaded by

romagupta0743
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)
13 views

Computer Graphics Assessment

The document outlines the syllabus for the Computer Graphics course (CS-3203) taught by Dr. Wanbanker Khongbuh from January to June 2025. It includes various questions covering topics such as computer graphics applications, types, algorithms for line and circle drawing, 2D transformations, 3D transformations, B-spline curves, and surface detection techniques. Each question requires detailed explanations, calculations, or derivations related to the concepts discussed in the course.

Uploaded by

romagupta0743
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/ 1

Computer Graphics

(CS-3203)
(Jan-Jun 2025)
Dr. Wanbanker Khongbuh
(Summary of all the Syllabus) Assessment 4
Dated: 29/04/2025

Answer all the Questions


• Q1. (Unit 1) What is computer graphics? Explain important applications of computer graphics.
• Q2. (Unit 1) Discuss the various types of computer graphics.
• Q3. (Unit 1) Differentiate between raster scan display and random scan display with example.

• Q4. (Unit 2) Describe the Bresenham’s line drawing algorithm. Calculate the points between
the starting coordinates (9, 18) and ending coordinates (14, 22).
• Q5. (Unit 2) Draw the circle with r = 10 using the Bresenham Circle generation algorithm.

• Q6. (Unit 3) Define the basic 2D transformations: translation, rotation, and scaling. Derive the
matrix representation for rotating a Line segment with starting point as (0, 0) and ending point
as (4, 4). Apply rotation of 30°anticlockwise direction on the line segment and find out the new
coordinates of the line.
• Q7. (Unit 3) Given a circle C with radius 10 and center coordinates (1, 4). Apply the translation
with distance 5 towards X axis and 1 towards Y axis. Obtain the new coordinates of C without
changing its radius.
• Q8. (Unit 3) Discuss the Cohen-Sutherland line clipping algorithm.

• Q9. (Unit 4) Given a 3D triangle with coordinate points A(3, 4, 1), B(6, 4, 2), C(5, 6, 3). Apply
the reflection on the XY plane and find out the new coordinates of the object.
• Q10. (Unit 4) Given a 3D triangle with points (0, 0, 0), (1, 1, 2) and (1, 1, 3). Apply shear
parameter 2 on X axis, 2 on Y axis and 3 on Z axis and find out the new coordinates of the
object.

• Q11. (Unit 5) Explain the characteristics of B-spline curve. How is it useful for interpolation?
• Q12. (Unit 5) What are the parametric continuity conditions in a spline representation?

• Q13. (Unit 6) Explain Z-buffer Algorithm.


• Q14. (Unit 6) Write a short note on visible surface detection or hidden surface elimination.

You might also like