Q1. In Bresenham's line algorithm, if the current point \((x_k, y_k)\) = \((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 \((x_k+1, y_k+1)\) \((7,8)\) or \((x_k+1, y_k)\) \((7,7)\). Also draw the diagram.