0
12kviews
Differentiate between random scan and raster scan techniques.

Mumbai university > Comp > SEM 4 > Computer Graphics

Marks: 10M

Year: Dec 2014 , 2015

1 Answer
1
134views
- Random scan Raster scan
1 In random scan display the beam is moved,between the endpoints of the graphics primitives. In raster scan display the beam is moved all over the screen one scan line at a time from top to bottom and then back to top.
2 Vector display flickers when the number of primitives in the buffer becomes too large. In raster display, the refresh process is independent of the complexity of the image.
3 Scan conversion is not required. Graphics primitives are specified in terms of,their endpoints and must be scan converted into their corresponding pixels in,the frame buffer.
4 Scan conversion hardware is not required. Scan conversion hardware is required.
5 Random display draws a continuous and smooth line. Raster display can display mathematically smooth lines, polygons and boundaries of curved primitives only by approximating them with pixels on the raster grid.
6 Cost is more. Cost is less.
7 Vector display only draws lines and characters. Raster display has ability to display areas,filled with solid colors or patterns.
Please log in to add an answer.