InterviewSolution
Saved Bookmarks
| 1. |
In which method, graph is used in form of line to line?(a) Stroke method(b) Bitmap method(c) Starbust method(d) Dot-matrix method |
|
Answer» The correct option is (a) Stroke method To explain I would say: In Stroke method, graph is drawn in the form of line by line. Line drawing algorithm DDA follows this method for line drawing. |
|