Question 1: Which of the following is true with respect to the Bresenham's line drawing algorithm? a.It overcomes the drawbacks of DDA line drawing algorithm b.The DDA algorithm was proposed to overcome the limitations of Bresenham's line drawing algorithm c.Both a. and b. d.None of the above
Answer: a. It overcomes the drawbacks of DDA line drawing algorithm Explanation: The Bresenham's algorithm was proposed in order to overcome the drawbacks of the DDA algorithm.