MCQOPTIONS
Saved Bookmarks
| 1. |
a line connecting the points (1,1) and (5,3) is to be drawn, using the DDA algorithm. Find the values of x and y increments. |
| A. | x-increment= 1; y-increment=1 |
| B. | x-increment= 0.5; y-increment=1 |
| C. | x-increment= 1; y-increment=0.5 |
| D. | none of these |
| Answer» D. none of these | |