Multiple choice questions and answers (MCQ) based on the Line Drawing Algorithms in computer graphics with 4 choices, correct answer and explanation.

questions

Title
What is the formula for calculating the slope 'm' of a line?

What is the formula for calculating the slope 'm' of a line?


  1. m = dx / dy
  2. m = dy / dx
  3. y = mx + c
  4. None of the above
discuss
Which of the following is a line drawing algorithm?

Which of the following is a line drawing algorithm?


  1. Line equation algorithm
  2. Digital Differential Analyzer (DDA) algorithm
  3. Bressenham's algorithm
  4. All of the above
discuss
Which of the following statements is not true with respect to the Digital Differential Analyzer (DDA) algorithm?

Which of the following statements is not true with respect to the Digital Differential Analyzer (DDA) algorithm?


  1. It is an incremental method of scan conversion of line
  2. In this method, calculation is performed at each step but by using the results of previous steps.
  3. This algorithm can also be used to draw circle
  4. None of the above
discuss
Which of the following options is not correct according to the definition of Bresenham's line drawing algorithm?

Which of the following options is not correct according to the definition of Bresenham's line drawing algorithm?


  1. It gives a close approximation of points of line by determining n-dimensional raster that should be selected.
  2. It is an incremental error algorithm.
  3. It gives exact line points.
  4. None of the above
discuss
"The Digital Differential Analyzer (DDA) algorithm is an incremental method of scan conversion of line." Based upon the above statement, determine whether the following condition is true or false. "The DDA algorithm uses the results of previous step for determining the value of the ne

"The Digital Differential Analyzer (DDA) algorithm is an incremental method of scan conversion of line."

Based upon the above statement, determine whether the following condition is true or false.

"The DDA algorithm uses the results of previous step for determining the value of the next step."


  1. True
  2. False
discuss
total MCQs: 5

MCQs

5

Views

51

Best Answers

299

Points

5