Explore topic-wise MCQs in Computer Graphics.

This section includes 9 Mcqs, each offering curated multiple-choice questions to sharpen your Computer Graphics knowledge and support exam preparation. Choose a topic below to get started.

1.

OPTIONS_FOR_FILLING_A_DEFINED_REGION_INCLUDE_A_CHOICE_BETWEEN__________?$

A. Solid color or a pattern fill
B. Choices for particular colors and pattern
C. Both a and b
D. None
Answer» B. Choices for particular colors and pattern
2.

Hollow areas are displayed using only th?

A. Boundary outline
B. Line-drawing routine
C. Hatched patterns
D. Closed poly line
Answer» E.
3.

The operator that is used for combining a fill pattern with a background pattern is

A. AND operator
B. OR operator
C. X-OR operator
D. All of these
Answer» E.
4.

When 2 background colors B1 and B2 are mixed with foreground color F, the resulting pixel color P is

A. P=t0*F+t1*B1+(1-t0-t1)B2
B. P=t0*F-t1*B1+(1-t0-t1)B2
C. P=t0*F+t1*B1+(1+t0+t1)B2
D. Only a
Answer» D. Only a
5.

Hatch fill procedures are implemented to draw

A. Single hatching
B. Cross hatching
C. Either a or b
D. Only b
Answer» D. Only b
6.

The fill color that is combined with the background color is known as

A. Soft fill
B. Tint fill
C. Both a and b
D. None
Answer» D. None
7.

The algorithm which repaints an area that was originally painted by merging a foreground color F and background color B where F!=B.

A. Tint fill
B. Flood fill
C. Linear soft-fill
D. Boundary fill
Answer» B. Flood fill
8.

The process of filling an area with rectangular pattern is called

A. Tiling
B. Linear fill
C. Tint-fill
D. Soft-fill
Answer» E.
9.

Which one is not a type of basic fill styles?

A. Hollow
B. solid color
C. Pattern
D. Dark
Answer» B. solid color