Multiple choice questions and answers (MCQ) based on the Bresenham\'s Algorithm in computer graphics with 4 choices, correct answer and explanation.

questions

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?


  1. It overcomes the drawbacks of DDA line drawing algorithm
  2. The DDA algorithm was proposed to overcome the limitations of Bresenham's line drawing algorithm
  3. Both a. and b.
  4. None of the above
discuss
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?


  1. It uses floating point operations over integer addition and subtraction
  2. It considers only selected ranged inputs
  3. It uses integer addition and subtraction over floating point operations
  4. None of the above
discuss
Which of the following properties is followed by the Bresenham's algorithm?

Which of the following properties is followed by the Bresenham's algorithm?


  1. It is an incremental method
  2. It chooses points randomly
  3. It uses floating point operations
  4. All of the above
discuss
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?


  1. It produces smooth polygons
  2. The results of this algorithm are 100 percent accurate
  3. Due to integer operations, it's complexity gets reduced
  4. All of the above
discuss
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.


  1. True
  2. False
discuss
total MCQs: 5

MCQs

5

Views

56

Best Answers

299

Points

5