Interactive Computer Graphics MCA Answers
Interactive Computer Graphics MCA Answers
Section A-:
Answer 1- A
Answer 2- B
Answer 3- A
Answer 4-A
Answer 5-C
Answer 6-B
Answer 7-D
Answer 8-A
Answer 9-B
Answer 10-A
Section B---------
Answer 1- https://www.educba.com/application-of-computer-graphics/
Scan-Line Algorithm
Initialize Edge table with all edges with their corresponding endpoints.
Initialize Active edge table with all edges that are crossing by the current,
scanline in sorted order(increasing order of x)
Initialize a Polygon table with [Polygon Id, Plane equation, Color Information of
the surface, Flag of surface(on/off)].
Now, Repeat the following steps for all scanlines:
Input corresponding values in Active edge list in sorted order using Y-coordinate
as value.
Scan the polygon until the Flag=”on” using and do color_intensity=background color.
When one polygon’s Flag=”on”, then the corresponding polygon’s surface(Si) color
intensity will be inserted into the frame buffer(refresh buffer).
When two or more surfaced of polygons are overlapped and their Flag=”on” then find
out the depth of that corresponding region of polygons surfaces, and set the
Color_intensity=min[depth(S1), depth(S2)].
Use the concept of Coherence for remaining planes.
Answer 5-:
3-D Transformation: In very general terms a 3D model is a mathematical
representation of a physical entity that occupies space.
In more practical terms, a 3D model is made of a description of its shape and a
description of its color appearance.
3-D Transformation is the process of manipulating the view of a three-D object with
respect to its original position by modifying its physical attributes through
various methods
of transformation like Translation, Scaling, Rotation, Shear, etc.
Types of Transformations:
Translation
Scaling
Rotation
Shear
Reflection
Section c---_:+=
Answer 1- https://www.geeksforgeeks.org/difference-between-parallel-and-
perspective-projection-in-computer-graphics/
Answer 2- https://www.javatpoint.com/computer-graphics-cathode-ray-
tube#:~:text=Cathode%20Ray%20Tube%20(CRT)%3A&text=Once%20the%20electron%20heats
%20the,red%2C%20blue%20and%20green%20light.
Answer 3- https://www.javatpoint.com/computer-graphics-bresenhams-line-algorithm