Computer Graphics Questions & Answers – Two Dimensional Viewing

This set of Computer Graphics Multiple Choice Questions & Answers (MCQs) focuses on “Two Dimensional Viewing”.

1. A view is selected by specifying a sub-area of the __________ picture area.
a) half
b) total
c) full
d) quarter
View Answer

Answer: b
Explanation: We consider a formal mechanism of view, that is, which part of the picture is to be displayed. That’s why we select a view by specifying a sub-area of the total picture area.

2. Co-ordinates are ranging according to the screen resolution.
a) True
b) False
View Answer

Answer: a
Explanation: When we display a scene, only those objects which have a particular window are displayed. So for that mechanism to work, co-ordinates are made to range themselves according to the screen resolution.

3. Any convenient co-ordinate system or Cartesian co-ordinates which can be used to define the picture is called ___________
a) spherical co-ordinates
b) vector co-ordinates
c) viewport co-ordinates
d) world co-ordinates
View Answer

Answer: d
Explanation: World Coordinate Systems (WCS) are the type of coordinate systems which describe the physical coordinates associated with a data array, such as sky coordinates. It is also used to denote wavelengths of a spectrum and to draw astronomical images.
advertisement
advertisement

4. Which of the following co-ordinates are NOT used in 2d viewing transformation?
a) modelling co-ordinates
b) viewing co-ordinates
c) vector co-ordinates
d) device co-ordinates
View Answer

Answer: c
Explanation: Vector co-ordinates are used to denote vectors which are physical quantities having magnitude as well as direction. In 2d viewing transformations- Modelling co-ordinates, viewing co-ordinates, Normalised co-ordinates and Device co-ordinates are used.

5. The process of elimination of parts of a scene outside a window or a viewport is called _____________
a) cutting
b) plucking
c) clipping
d) editing
View Answer

Answer: c
Explanation: Clipping is the process of cutting out extra material. In the context of computer graphics, clipping is a method to selectively enable or disable rendering operations within a defined region of interest.
Sanfoundry Certification Contest of the Month is Live. 100+ Subjects. Participate Now!

6. For a 2d transformation viewing, in how many ways a clipping algorithm can be applied?
a) 3
b) 2
c) 1
d) 5
View Answer

Answer: b
Explanation: Clipping algorithm can be applied in two ways for 2d transformation viewing. Two ways in which clipping algorithms can be applied are- 1) world co-ordinate clipping. 2) viewport clipping.

7. 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 clipping
View Answer

Answer: d
Explanation: 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.
advertisement

8. For a point to be clipped, which of the following conditions must be satisfied by the point?
a) xwmin < x < xwmax
b) xwmin = x = xwmax
c) xwmin > x > xwmax
d) ywmin = y = ywmax
View Answer

Answer: c
Explanation: A point P(x,y) is NOT clipped if x is more than the minimum value of x and less than the maximum value of x. Mathematically, it can be written as “xwmin ≤ x ≤ xwmax“.

9. For a point to be clipped, which of the following conditions must be satisfied by the point?
a) ywmin < y < ywmax
b) ywmin > y > ywmax
c) ywmin = y = ywmax
d) xwmin < x < xwmax
View Answer

Answer: b
Explanation: A point P(x,y) is NOT clipped if y is more than the minimum value of y and less than the maximum value of y. Mathematically, it can be written as “ywmin ≤ y ≤ ywmax“.
advertisement

10. Which type of clipping is used to clip character strings?
a) text clipping
b) line clipping
c) sentence clipping
d) word clipping
View Answer

Answer: a
Explanation: Text clipping is the algorithm which is used to clip character strings. It depends on the methods which are used to generate original characters.

11. In polygon clipping, line clipping algorithms can be used.
a) True
b) False
View Answer

Answer: a
Explanation: Polygon is a two dimensional shape formed by straight lines. So we can conclude, polygon’s basic components are lines, hence line clipping algorithm can be used for polygon clipping.

Sanfoundry Global Education & Learning Series – Computer Graphics.

To practice all areas of Computer Graphics, here is complete set of 1000+ Multiple Choice Questions and Answers.

If you find a mistake in question / option / answer, kindly take a screenshot and email to [email protected]

advertisement
advertisement
Subscribe to our Newsletters (Subject-wise). Participate in the Sanfoundry Certification contest to get free Certificate of Merit. Join our social networks below and stay updated with latest contests, videos, internships and jobs!

Youtube | Telegram | LinkedIn | Instagram | Facebook | Twitter | Pinterest
Manish Bhojasia - Founder & CTO at Sanfoundry
Manish Bhojasia, a technology veteran with 20+ years @ Cisco & Wipro, is Founder and CTO at Sanfoundry. He lives in Bangalore, and focuses on development of Linux Kernel, SAN Technologies, Advanced C, Data Structures & Alogrithms. Stay connected with him at LinkedIn.

Subscribe to his free Masterclasses at Youtube & discussions at Telegram SanfoundryClasses.