Computer Graphics (3150712) MCQs

MCQs of 2D transformation and viewing

Showing 21 to 30 out of 34 Questions
21.
Window defines :
(a) Where to display
(b) What to display
(c) Why to display
(d) None of these
Answer:

Option (b)

22.
In 2D viewing we have :
(a) 3D window and 2D viewport
(b) 3D window and 3D viewport
(c) 2D window and 2D viewport
(d) 2D window and 3D viewport
Answer:

Option (c)

23.
Viewport defines :
(a) Where to display
(b) What to display
(c) Why to display
(d) None of these
Answer:

Option (a)

24.
How many homogenous representations are possible for one point (x, y)?
(a) 1
(b) 0
(c) 2
(d) Infinite
Answer:

Option (d)

25.
Equations for fixed-point scaling are :
(a) x'=x*sx+xf(1-sx), y'=y*sy+yf(1-sy)
(b) x'=x*sx+yf(1-sx), y'=y*sy+xf(1-sy)
(c) x'=x*sy+xf(1-sx), y'=y*sx+yf(1-sy)
(d) None of these
Answer:

Option (a)

26.
Which is not a line clipping algorithm?
(a) NLN algorithm
(b) Cohen-Sutherland algorithm
(c) Weiler-Atherton algorithm
(d) All of these
Answer:

Option (c)

27.
Clipping is used for :
(a) The display small size image
(b) The display large size image
(c) The display part of an image
(d) All of these
Answer:

Option (c)

28.
After applying 2D shearing transformation in x-direction unit square becomes :
(a) Parallelogram
(b) Parabola
(c) Rectangle
(d) Hyperbola
Answer:

Option (a)

29.
Which are correct coordinates after applying shear in y-direction relative to line x=-1 with shear parameter 0.5 on the unit square?
(a) [(0, 1), (1, 1), (1, 0), (0, 0)]
(b) [(1.5, 1), (0.5, 1), (1, 1), (2, 2)]
(c) [(1.5, 1.5), (0.5, 1.5), (0, 1), (1, 2)]
(d) [(0, 0.5), (1, 1), (1, 2), (0, 1.5)]
Answer:

Option (d)

30.
for the Liang-Barsky algorithm which is a correct set of the equations?
(a) p1=x, q1=x1-xwminp2=-x, q1=xwmax-x1p3=y, q3=y1-ywminp4=-y, q4=ywmax-y1
(b) p1=-x, q1=x1-xwminp2=x, q1=xwmax-x1p3=-y, q3=y1-ywminp4=y, q4=ywmax-y1
(c) p1=-x, q1=x1+xwminp2=x, q1=xwmax-x1p3=-y, q3=y1+ywminp4=y, q4=ywmax-y1
(d) p1=-x, q1=x1-xwminp2=x, q1=xwmax+x1p3=-y, q3=y1-ywminp4=y, q4=ywmax+y1
Answer:

Option (b)

Showing 21 to 30 out of 34 Questions