InterviewSolution
Saved Bookmarks
| 1. |
On raster system, lines are plotted with(a) Lines(b) Dots(c) Pixels(d) Noneof the mentionedI have been asked this question in an internship interview.The origin of the question is Line Filling Algorithms in section Graphics Primitives of Computer Graphics |
|
Answer» CORRECT answer is (c) PIXELS Easiest explanation: USING pixels LINES can be PLOTTED. |
|