Question
Download Solution PDFMatch List-I with List-II
List I |
List II |
||
A. |
Bresenham |
I. |
Hidden surface removal |
B. |
Cohen-Sutherland |
II. |
Line drawing algorithm |
C. |
Sutherland-Hodgeman |
III. |
Line clipping algorithm |
D. |
Z-Buffer |
IV. |
Polygon clipping algorithm |
Choose the correct answer from the options given below :
Answer (Detailed Solution Below)
Detailed Solution
Download Solution PDFThe correct answer is A - II, B - III, C - IV, D - I
EXPLANATION:
- A. Bresenham algorithm -
- It's a line drawing algorithm that determines the points of an n-dimensional raster that should be selected in order to form a close approximation to a straight line between two points. It was developed to avoid floating point operations which were costly in machine cycles on the computers of the time.
- B. Cohen-Sutherland algorithm
- It is a computer-graphics algorithm used for line clipping, that is, given a line in the plane specified by its endpoints and a rectangle (also specified by its endpoint), the algorithm efficiently finds the points where the line intersects the rectangle - that's why it's categorized under 'Line clipping algorithm'.
- C. Sutherland-Hodgeman algorithm -
- This algorithm is used in computer graphics for clipping polygons. It works by extending each segment of the polygon to the edges of the clipping rectangle.
- D. Z-Buffer algorithm -
- It's a depth sorting algorithm in 3D computer graphics, used for hidden surface removal. It basically works by testing pixel depth for each polygon. If a polygon's depth is greater (meaning it's behind others), it's not drawn.
Last updated on Jun 6, 2025
-> The UGC NET Exam Schedule 2025 for June has been released on its official website.
-> The UGC NET Application Correction Window 2025 is available from 14th May to 15th May 2025.
-> The UGC NET 2025 online application form submission closed on 12th May 2025.
-> The June 2025 Exam will be conducted from 21st June to 30th June 2025
-> The UGC-NET exam takes place for 85 subjects, to determine the eligibility for 'Junior Research Fellowship’ and ‘Assistant Professor’ posts, as well as for PhD. admissions.
-> The exam is conducted bi-annually - in June and December cycles.
-> The exam comprises two papers - Paper I and Paper II. Paper I consists of 50 questions and Paper II consists of 100 questions.
-> The candidates who are preparing for the exam can check the UGC NET Previous Year Papers and UGC NET Test Series to boost their preparations.