1.

Which of the following is NOT a type of clipping algorithm used on the raster system?(a) line clipping(b) point clipping(c) area clipping(d) solid clippingThis question was posed to me in an internship interview.The origin of the question is Two Dimensional Viewing in chapter 2D Transformation and Viewing of Computer Graphics

Answer»

Correct OPTION is (d) solid clipping

For EXPLANATION I WOULD say: Since clipping is done in 2 dimensional viewing and solid is a 3 dimensional object so clipping algorithm can’t be applied on a solid object. Instead of solid clipping, there is another TYPE of clipping algorithm KNOWN as curve clipping.



Discussion

No Comment Found

Related InterviewSolutions