Computer Graphics Solved MCQs (Set-2)
Computer Graphics Solved MCQs (Set-2)
30. Which polygon fill algorithm needs following information - 1.Boundary Color
(BC), 2. Fill Color (FC) and 3. (x,y) coordinates of seed point.
A. boundary fill
B. region fill
C. scan fill
D. dda fill
Answer: A
31. Which polygon fill algorithm needs following information - 1. Region Color
(RC), 2. Fill Color (FC) and 3. (x,y) coordinates of seed point.
A. flood fill
B. region fill
C. scan fill
D. dda fill
Answer: A
32. Horizontal lines are not considered in scan line fill algorithm.
A. true
B. false
Answer: A
33. Scan line fill algorithm is more efficient than flood fill algorithm.
A. true
B. false
Answer: A
36. The edge table contains pointers back to the ______________ to identify
vertices for each polygon edge.
41. Which of the following algorithms to fill polygons was the one used by real
rasterizers?
A. flood-fill polygons
43. Scan line polygon filling algorithm uses series of ……………. To fill the
polygon.
A. scan lines
B. points
C. layers
D. none of above
Answer: A
44. In scan line algorithm, Scan lines are processed in increasing (upward) /
decreasing (downward) --------------------------.
A. y order
B. x order
C. pixel order
D. color order
Answer: A
45. When the current scan line in Scan line polygon fill algorithm moves above the
upper / below the lower endpoint, the edge
A. becomes inactive
B. becomes active
C. is discarded
D. is added.
Answer: A
46. The edges crossed by current scan line in Scan line polygon fill algorithm are
called as
48. Following are the data structures used in Scan line algorithm to increase the
efficiency.
A. active edge list
B. active edge table
C. both a and b
D. neither a or b
Answer: C
50. Scan line polygon filling algorithm can be used for filling Convex polygon.
A. true
B. false
C. cant say
D. none of these
Answer: A