50. From the given list of options, which one is the accurate and efficient line-generating algorithm? Midpoint algorithm DDA algorithm Bresenham’s Line algorithm None of the above
3. Bresenham’s Line algorithm Explanation: Bresenham’s line algorithm is an efficient method because it involves only integer addition, subtractions, and multiplication operations. These operations can be performed very rapidly, so lines can be generated quickly.