MCQOPTIONS
Saved Bookmarks
| 1. |
when a line is to be drawn from (0,0) to (6,6) using DDA line drawing algorithm, the initial values for x and y are…….. |
| A. | 0.5, 0.5 |
| B. | (-0.5), (-0.5) |
| C. | 0, (-0.5) |
| D. | 0.5, 0 |
| Answer» C. 0, (-0.5) | |