Google News
logo
Computer Graphics - Quiz(MCQ)
From the given list of options, which one is the accurate and efficient line-generating algorithm?
A)
DDA algorithm
B)
Midpoint algorithm
C)
Bresenham's Line algorithm
D)
None of the above

Correct Answer :   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.

Advertisement