Multiple choice questions and answers (MCQ) based on the Bresenham\'s Algorithm in computer graphics with 4 choices, correct answer and explanation.
Title | |
---|---|
Which of the following is true with respect to the Bresenham's line drawing algorithm?Which of the following is true with respect to the Bresenham's line drawing algorithm?
The answer is:
A. It overcomes the drawbacks of DDA line drawing algorithm
|
|
Why is the complexity of Bresenham's line drawing algorithm less than that of DDA line drawing algorithm?Why is the complexity of Bresenham's line drawing algorithm less than that of DDA line drawing algorithm?
The answer is:
C. It uses integer addition and subtraction over floating point operations
|
|
Which of the following properties is followed by the Bresenham's algorithm?Which of the following properties is followed by the Bresenham's algorithm?
The answer is:
A. It is an incremental method
|
|
Which of the following are true with respect to the Bresenham's algorithm?Which of the following are true with respect to the Bresenham's algorithm?
The answer is:
C. Due to integer operations, it's complexity gets reduced
|
|
This algorithm is more accurate than any other circle drawing algorithms as it avoids the use of round off function." Based upon the above statement, determine whether it is true or false"This algorithm is more accurate than any other circle drawing algorithms as it avoids the use of round off function." Based upon the above statement, determine whether it is true or false.
The answer is:
A. True
|
MCQs
Views
Best Answers
Points