Question 3: Consider the following statement: "The boundary is specified in a single color, and the algorithm proceeds pixel by pixel until the boundary color is encountered." The above statement defines which of the following algorithms? a Scan-line fill algorithm b.Boundary-fill algorithm c.Entire fill algorithm d.Slide curve algorithm
Answer: b) Boundary-fill algorithm Explanation: Mainly, this algorithm proceeds outward pixel by pixel until the boundary color is encountered. Hence, the given statement definition correctly defines the Boundary fill algorithm.