Question 1: What do you mean by the term raster graphics? Distinguish between raster and vector graphics?
Question 2: Describe how Bresenham’s algorithm takes benefit of the connectivity of pixels in drawing straight lines on the raster output device.
Question 3: Describe mid-point line algorithm? Write the algorithm in your own words.
Question 4: What steps are needed to plot a line whose slope is between 45º and 90º by using Bresenham’s method?
Question 5: What steps are needed to plot a dashed line by using Bresenham’s method?
Question 6: Show graphically which an ellipse has four-way symmetry by plotting four points on the ellipse:
x = a*cos(0) + h
y = b*sin(0) + k
Where a = 1 b = 1 h = 0 k = 0
θ = π/4, 3π/4, 5π/4, 7π/4
Question 7: What steps are needed to scan-convert a sector by using the trigonometric process?