InterviewSolution
Saved Bookmarks
| 1. |
Which type of clipping is used to clip character strings?(a) text clipping(b) line clipping(c) sentence clipping(d) word clippingI have been asked this question by my school principal while I was bunking the class.The origin of the question is Two Dimensional Viewing topic in portion 2D Transformation and Viewing of Computer Graphics |
|
Answer» CORRECT choice is (a) TEXT clipping Best 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. |
|