MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

COMPUTER GRAPHICS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
An accurate and efficient raster line-generating algorithm is
A
DDA algorithm
B
Mid-point algorithm
C
Parallel line algorithm
D
Bresenham’s line algorithm
Explanation: 

Detailed explanation-1: -An accurate and efficient raster line-generating algorithm, developed by Bresenham, scan converts lines using only incremental integer calculations that can be adapted to display circles and other curves.

Detailed explanation-2: -Answer: d Explanation: Bresenham’s line algorithm is a very efficient and accurate algorithm.

Detailed explanation-3: -Bresenham’s Line Algorithm is more accurate and efficient at DDA Algorithm. 5. Bresenham’s Line Algorithm can draw circle and curves with more accurate than DDA Algorithm.

Detailed explanation-4: -Bresenhams algorithm is faster than DDA algorithm in line drawing because it performs only addition and subtraction in its calculations and uses only integer arithmetic so it runs significantly faster. DDA algorithm is not as accurate and efficient as Bresenhm algorithm.

Detailed explanation-5: -Question 3: Which of the following properties is followed by the Bresenham’s algorithm? Explanation: Bresenham’s algorithm is an incremental method, i.e. we increment one of the coordinates of the point and calculate the other coordinate according to it. In this manner we find all the points of that particular polygon.

There is 1 question to complete.