Panskura Banamali College (Autonomous)
B.C.A.(H) 5th Semester Examination , 2025 (Model Question)
Subject: BCA Paper: MCD501
Paper Name: Computer Graphics
MARKS 2
1. What is scaling in computer graphics?What is meant by scan code?
2. What Is Rasterization?
3. Write Short Notes On Video Controller?
4. Write Short Notes Plasma Panel Display?
5. What Is Pix Map?
6. What Do You Mean By Emissive And Non-emissive Displays?
7. What Is Aspect Ratio?
8. What Is Transformation?
9. What Is Rotation?
10. What Is Reflection?
11. What Are The Advantages Of Electrostatic Plotters?
12. What are the types of video compressions available?
13. What is warping?
14. Write a note on GIF?
15. How are 2–D animations classified?
16. What is vector graphics?
17. What is morphing?
18. What is Shearing?
19. Define Clipping and Clip window ?
20. What is critical fusion frequency?
21. What is an animation?
22. What Is Ant Aliasing?
MARKS 5
1. What are Morphing and Tweening?
2. What does it mean by RGB?
3. What is Projection?
4. What is meant by Addressability?
5. What is dithering?
6. Difference between CMY and HSV color models?
7. Differentiate between parallel projections from perspective projection.?
8. Difference between DDA and Bresenham's line drawing algorithm?
9. Differentiate between Raster and Vector Graphics?
10. What are the advantages and disadvantages of direct view storage tubes?
11. Write the essential application of computer-graphic?
12. Write the difference between Anticlockwise and Counter clockwise rotation?
13. Write the Algorithm for drawing line using equation?
14. Explain the Shadow-Mask Method?
15. What are the components of CRT, explain?
MARKS 10
1. Calculate the points between the starting point (5, 6) and ending point (8, 12) based On DDA
Algorithm?
2. Calculate the points between the starting point (1, 7) and ending point (11, 17) based On DDA
Algorithm?
3. Calculate the points between the starting coordinates (9, 18) and ending coordinates (14, 22)
based On Bresenham Line Drawing Algorithm?
4. Calculate the points between the starting coordinates (20, 10) and ending coordinates (30, 18)
based On Mid Point Line Drawing Algorithm ?
5. Calculate the points between the starting coordinates (5, 9) and ending coordinates (12, 16) based
On Mid Point Line Drawing Algorithm ?
6. Given the centre point coordinates (0, 0) and radius as 10, generate all the points to form a circle
based On Mid Point Circle Drawing Algorithm ?
7. Given the centre point coordinates (0, 0) and radius as 8, generate all the points to form a circle
based On Bresenham Circle Drawing Algorithm ?
8. 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
Based On 2D Translation ?
9. Given a line segment with starting point as (0, 0) and ending point as (4, 4). Apply 30 degree
rotation anticlockwise direction on the line segment and find out the new coordinates of the line Based On
2D Rotation ?
10. Given a square object with coordinate points A(0, 3), B(3, 3), C(3, 0), D(0, 0). Apply the scaling
parameter 2 towards X axis and 3 towards Y axis and obtain the new coordinates of the object Based On
2D Scaling ?
11. Given a triangle with coordinate points A(3, 4), B(6, 4), C(5, 6). Apply the reflection on the X
axis and obtain the new coordinates of the object Based On 2D Reflection?