Correct Answer : removing objects and lines
Explanation : When we have to display a large portion of the picture, then not only scaling & translation is necessary, the visible part of the picture is also identified. For deciding the visible and invisible portion, a particular process called clipping is used. Clipping determines each element into the visible and invisible portions. The visible portion is selected. An invisible portion is discarded.