Question 4: Which of the following are true with respect to the Bresenham's algorithm? a.It produces smooth polygons b.The results of this algorithm are 100 percent accurate. c.Due to integer operations, it's complexity gets reduced d.All of the above
Answer: c. Due to integer operations, it's complexity gets reduced. Explanation: The Bresenham's algorithm has quite low complexity due to its integer-based operations.