Computer Graphics MCQs with answers Page - 7

Here, you will find a collection of MCQ questions on Computer Graphics. Go through these questions to enhance your preparation for upcoming examinations and interviews.

To check the correct answer, simply click the View Answer button provided for each question.

Have your own questions to contribute? Click the button below to share your MCQs with others!

+ Add Question

A

Admin • 831.35K Points
Coach

Q. Following statement(s) is/are true about flood fill algorithm

  • (A) it need a seed pixel
  • (B) it works at pixel level
  • (C) requires more memory
  • (D) all of above

A

Admin • 831.35K Points
Coach

Q. Following statement(s) is/are false about flood fill algorithm

  • (A) it doesn’t need a seed pixel
  • (B) it works at pixel level
  • (C) requires more memory
  • (D) all of above

A

Admin • 831.35K Points
Coach

Q. Seed pixel in flood fill Algorithm is an

  • (A) an interior pixel
  • (B) exterior pixel
  • (C) not a pixel
  • (D) it is color of pixel

A

Admin • 831.35K Points
Coach

Q. In Boundary Fill method ____________ Data Structure is used.

  • (A) stack
  • (B) array
  • (C) heap
  • (D) none of above

A

Admin • 831.35K Points
Coach

Q. The 4-connected Polygon filling technique has disadvantage(s) as

  • (A) requires more memory
  • (B) may fill polygon partially
  • (C) stack overflow
  • (D) all of above

A

Admin • 831.35K Points
Coach

Q. In --------------algorithm edges can be specified in different color.

  • (A) flood fill
  • (B) boundary fill
  • (C) dda fill
  • (D) bsa fill

A

Admin • 831.35K Points
Coach

Q. The process of coloring the area of a polygon is called

  • (A) polygon filling
  • (B) polygon flow
  • (C) aliasing
  • (D) none of these

A

Admin • 831.35K Points
Coach

Q. Boundary fill algorithm uses -------- call to the fill function.

  • (A) recursive
  • (B) static
  • (C) one
  • (D) none of these

A

Admin • 831.35K Points
Coach

Q. Boundary fill algorithm needs–

  • (A) boundary color (bc) and (x,y) coordinates of seed point.
  • (B) fill color (fc) and (x,y) coordinates of seed point.
  • (C) boundary color (bc), fill color (fc) and (x,y) coordinates of seed point.
  • (D) (x,y) coordinates of seed point.

A

Admin • 831.35K Points
Coach

Q. Which polygon fill algorithm needs following information - 1.Boundary Color (BC), 2. Fill Color (FC) and 3. (x,y) coordinates of seed point.

  • (A) boundary fill
  • (B) region fill
  • (C) scan fill
  • (D) dda fill