What is Scan conversion in computer graphics?
A) The process of converting printed documents into digital images.
B) Converting vector graphics into raster graphics.
C) The process of converting continuous geometric shapes into discrete pixels on a display screen.
D) Transforming 2D graphics into 3D graphics.
Answer:
C) The process of converting continuous geometric shapes into discrete pixels on a display screen.
Explanation:
In computer graphics, scan conversion is the process of converting continuous geometric shapes, such as lines or curves, into discrete pixels that can be displayed on a screen. It’s a fundamental step in rendering graphics on a digital display.