Data-Structures

December 31, 2024

Theory-of-Computation

January 3, 2025

Data-Structures

December 31, 2024

Theory-of-Computation

January 3, 2025

Computer-Graphics

Question 7
Consider the following statement with respect to approaches to fill area on raster systems:
(P) To determine the overlap intervals for scan lines that cross the area.
(Q) To start from a given interior position and paint outward from this point until we encounter the specified boundary conditions.
Select the correct answer from the options given below:
A
P only
B
Q only
C
Both P and Q
D
Neither P nor Q
Question 7 Explanation: 
Fill area on raster systems:
TRUE: To determine the overlap intervals for scan lines that cross the area.
TRUE: To start from a given interior position and paint outward from this point until we encounter the specified boundary conditions.
Correct Answer: C
Question 7 Explanation: 
Fill area on raster systems:
TRUE: To determine the overlap intervals for scan lines that cross the area.
TRUE: To start from a given interior position and paint outward from this point until we encounter the specified boundary conditions.

Leave a Reply

Your email address will not be published. Required fields are marked *