Q1. In Bresenham's line algorithm, if the current point (xk, yk) = (6,7), explain in detail how the algorithm will choose the next point to be plotted. How will the algorithm decide whether to choose the point as (xk+1, yk+1) (7,8) or (xk+1, yk) (7,7)? Also, draw the diagram. [5 Marks]