0% found this document useful (0 votes)
40 views1 page

Group A: Department of Computer Science and Engineering

The document outlines tasks for a final practical examination in computer graphics. Group A includes drawing lines, circles, ellipses, and arcs using different algorithms and scan converting various characters and objects using bitmap and outline methods. Group B involves scan converting 3D shapes, magnifying and rotating 2D objects, and clipping line segments with Cohen-Sutherland algorithm.

Uploaded by

Mubtasim Fuad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views1 page

Group A: Department of Computer Science and Engineering

The document outlines tasks for a final practical examination in computer graphics. Group A includes drawing lines, circles, ellipses, and arcs using different algorithms and scan converting various characters and objects using bitmap and outline methods. Group B involves scan converting 3D shapes, magnifying and rotating 2D objects, and clipping line segments with Cohen-Sutherland algorithm.

Uploaded by

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

Bismillahir Rahmanir Rahim

Department of Computer Science and Engineering


Computer Graphics
Course Code: CSE-4704
Final Practical Examination

Group A

1. Draw a Line using Polynomial Line Algorithm.


2. Draw a Line using DDA Line Algorithm.
3. Draw a Line using Bresenham’s Line Algorithm.
4. Draw a Line using Midpoint Line Algorithm.
5. Draw a Circle using Polynomial circle algorithm.
6. Draw a Circle using Trigonometric circle algorithm.
7. Draw a Circle using Bresenham’s circle algorithm.
8. Draw an Ellipse using Polynomial algorithm.
9. Draw an Ellipse using Trigonometric algorithm.
10. Draw an Arc.
11. Draw a Sector.
12. Scan converting a character ‘A’ using Bitmap method.
13. Scan converting a character ‘A’ using Outline method.
14. Scan convert a character “P” using outline method.
15. Scan convert a character “Q” using bitmap method.
16. Scan converting a character bangla ka using Bitmap method.
17. Scan converting a character bangla ka using Outline method.
18. Scan convert Shohid Minar.
19. Scan convert Sriti Shoudo.
20. Scan converting a flower.

Group B
1. Scan convert a clock by rotating three line (minutes, second, hour).
2. Magnifying a circle about a point.
3. Magnifying a triangle about a point.
4. Magnifying a rectangle about a point.
5. Create a flower with rotating an object.
6. Scan convert a three-dimensional cube.
7. Scan convert a three dimensional “F”.
8. Clipping a Line segment with a rectangle window using Cohen-Shuterland algorithm.
9. Scan convert a three-dimensional cube and then rotate the object about x-axis.
10. Rotate a Line about a point.
11. Rotate a Triangle about a point.
12 Rotate a Rectangle about a point.

You might also like