Question 3: Which among the following is best suited for a realistic shaded image drawing on the screen? a.Random Scan Display Algorithm b.Raster Scan Display Algorithm c.Both a. and b. d .None of the above
Answer: b. Raster Scan Display Algorithm Explanation: The Raster scan display algorithm is best suited for realistic shaded drawing because it is works upon the intensity of the pixels. Hence, the value of every pixel is assigned from the starting pixel to the ending one. Hence, a shaded realistic image can be best drawn using this technique.