Computer Graphics 1
Computer Graphics 1
com
Computer Graphics
1. (UGCNET-DEC2016-III-13) Which of the following statement(s) is/are correct?
(1) Persistence is the term used to describe the duration of phosphorescence.
(2) The control electrode is used to turn the electron beam on and off.
(3) The electron gun creates a source of electrons which are focussed into a narrow beam
directed at the face of CRT.
(4) All of the above.
Answer: 4
4. (UGC net jan 2017 paper 3 q -17)Which of the following is/are side effects of scan
conversion?
a. Aliasing
b. Unequal intensity of diagonal lines
c. Over striking in photographic applications
d. Local or Global aliasing
(1) a and b
(2) a, b and c
(3) a, c and d
(4) a, b, c and d
Distributed by: www.estudyindia.com
Answer: 4
6. (UGCNET-AUG2016-III-14) Consider a N-bit plane frame buffer with W-bit wide lookup
table with W > N. How many intensity levels are available at a time?
(A) 2N (B) 2W
N+W
(C) 2 (D) 2N–1
Answer: A
7. Consider the Breshenham’s line generation algorithm for a line with gradient greater than one,
current point (xi, yi) and decision parameter, di. The next point to be plotted (xi+1, yi+1) and
updated decision parameter, di+1, for di < 0 are given as .................
(A) xi+1 = xi+1
yi+1 = yi
di+1 = di + 2 dy
(B) xi+1 = xi
yi+1 = yi + 1
di+1 = di + 2 dx
(C) xi+1 = xi
yi+1 = yi + 1
di+1 = di + 2 (dx – dy)
(D) xi+1 = xi + 1
yi+1 = yi + 1
di+1 = di + 2 (dy – dx)
Answer: B
Paper-III August (Re-Test) 2016 No 15
8. (UGCNET-AUG2016-III-16) A point P(2, 5) is rotated about a pivot point (1, 2) by 60°. What
is the new transformed point P'?
(A) (1, 4) (B) (–1, 4)
(C) (1, – 4) (D) (– 4, 1)
Answer: B
9. (UGCNET-June2016-III-14)A point P(5,1) is rotated by 90oo about a pivot point (2,2). What
is the coordinate of new transformed point P'?
A. (3,5)
B. (5,3)
C. (2,4)
D. (1,5)
Answer A
Distributed by: www.estudyindia.com
11. The Liang-Barsky line clipping algorithm uses the parametric equation of a line from (x1,y1)
to (x2,y2) along with its infinite extension which is given as :
x = x1 + x.u
y = y1 + y.u
Where x = x2 – x1, y = y2 – y1, and u is the parameter with 0 ≤ u ≤ 1. A line AB with end
points A(–1, 7) and B(11, 1) is to be clipped against a rectangular window with x min=1, xmax=9,
ymin=2, and ymax=8. The lower and upper bound values of the parameter u for the clipped line
using Liang-Barsky algorithm is given as:
(A) (0, 2/3) (B) (1/6, 5/6)
(C) (0, 1/3) (D) (0, 1)
Answer: B
UGc net Paper 3 Sep 2016 No 18
12. (UGC net july-2016-No: 13)Consider the Breshenham’s circle generation algorithm for
plotting a circle with centre (0,0) and radius ‘r’ units in first quadrant. If the current point is
(x1,y1) and decision parameter is pi then what will be the next point (xi+1,yi+1) and updated
decision parameter pi+1 for pi ≥ 0
(A) xi+1 = xi + 1 yi+1 = yi pi+1 = pi + 4xi + 6
(B) xi+1 = xi + 1 yi+1 = yi - 1 pi+1 = pi + 4(xi - yi) + 10
(C) xi+1 = xi yi+1 = yi - 1 pi+1 = pi + 4(xi - yi) + 6
(D) xi+1 = xi - 1 yi+1 = yi pi+1 = pi + 4xi + 10
Answer: B
13. (UGCNET-June2016-III-14) A point P(5,1) is rotated by 900 about a pivot point (2,2). What
is the coordinate of new transformed point P’ ?
(A) (3,5) (B) (5,3)
(C) (2,4) (D) (1,5)
Answer: A
14. (UGCNET-June2016-III-15)Let R be the rectangular window against which the lines are to be
clipped using 2D Sutherland-Cohen line clipping algorithm. The rectangular window has
lower left-hand corner at (-5,1) and upper right-hand corner at (3,7). Consider the following
three lines for clipping with the given end point co-ordinates:
Line AB: A(-6,2) and B(-1,8)
Line CD: C(-1,5) and D(4,8)
Line EF: E(-2,3) and F(1,2)
Which of the following line(s) is/are candidate for clipping?
(A) AB (B) CD
Distributed by: www.estudyindia.com
(C) EF (D) AB and CD
Answer: D
16. (UGCNET-June2016-III-17) Let us consider that the original point is (x,y) and new
transformed point is (x’,y’). Further, Shx and Shy are shearing factors in x and y directions. If
we perform the y-direction shear relative to x=xref then the transformed point is given by
............
(A) x’ = x + Shx . (y - yref) y’ = y
(B) x’ = x y’ = y . Shx
(C) x’ = x y’ = Shy(x - xref) + y
(D) x’ = Shy . y y’ = y . (x - xref)
Answer: C
17. (UGCNET-June2016-III-18) Which of the following statement(s) is/are correct with reference
to curve generation?
I. Hermite curves are generated using the concepts of interpolation.
II. Bezier curves are generated using the concepts of approximation.
III. The Bezier curves lies entirely within the convex hull of its control points.
IV. The degree of Bezier curve does not depend on the number of control points.
(A) I, II and IV only (B) II and III only
(C) I and II only (D) I, II and III only
Answer: D
18. (UGCNET-Dec2015-III-33) Which of the following graphic primitives are considered as the
basic building blocks of
computer graphics ?
(a) Points (b) Lines (c) Polylines (d) Polygons
Codes :
(A) (a) only (B) (a) and (b)
(C) (a), (b) and (c) (D) (a), (b), (c) and (d)
Answer: B
19. Which of the following is/are the principle components of a memory-tube display ?
(a) Flooding gun (b) Collector
(c) Phosphorus grains (d) Ground
Codes :
(A) (a) and (b) (B) (c) only
(C) (d) only (D) All the above
Answer: D
Distributed by: www.estudyindia.com
UGCNET-Dec2015-III-71
A. a and d
B. a, b and d
C. a, b, c and d
D. a, c and d
Answer C
21. (UGCNET-Dec2015-III-68) Which of the following steps is/are not required for analog to
digital conversion ?
(a) Sensing (b) Conversion (c) Amplification
(d) Conditioning (e) Quantization
Codes :
(A) (a) and (b) (B) (c) and (d)
(C) (a), (b) and (e) (D) None of the above
Answer: D
22. (UGCNET-Dec2015-III-69) Which raster locations would be chosen by Bresenham’s
algorithm when scan converting a line from (1, 1) to (8, 5) ?
Answer: C
23. (UGCNET-Dec2015-III-70) Consider a unit square centred at origin. The coordinates of the
square are translated by a factor (1/2, 1) and rotated by an angle of 90 o. What shall be the
coordinates of the new
square ?
(A) (-1/2, 0), (-1/2, 1), (-3/2, 1), (-3/2, 0)
(B) (-1/2, 0), (1/2, 1), (3/2, 1), (3/2, 0)
(C) (-1/2, 0), (1/2, 0), (-3/2, 1), (-3/2, 0)
(D) (-1/2, 0), (1/2, 1), (-3/2, 1), (-3/2, 0)
Distributed by: www.estudyindia.com
Answer: A
25. (UGCNET-June2015-III-13) Give the number of principal vanishing point(s) along with their
direction for the standard perspective transformation:
(A) Only one in the direction K
(B) Two in the directions I and J
(C) Three in the directions I, J and K
(D) Only two in the directions J and K
Answer: A
26. Consider a triangle A(0, 0), B(1, 1), C(5, 2). The triangle has to be rotated by an angle of
450 about the point P(-1, -1). What shall be the coordinates of the new triangle?
(A) A'=(1, √2-1), B'=(-1, 2√2-1), C'=(3√2-1, (9/2)√2-1)
(B) A'=(1, √2-1), B'=(2√2-1, -1), C'=(3√2-1, (9/2)√2-1)
(C) A'=(-1, √2-1), B'=(-1, 2√2-1), C'=(3√2-1, (9/2)√2-1)
(D) A'=(√2-1, -1), B'=(-1, 2√2-1), C'=(3√2-1, (9/2)√2-1)
Answer: C
27. (UGCNET-June2015-III-15) The process of dividing an analog signal into a string of discrete
outputs, each of constant amplitude, is called:
(A) Strobing (B) Amplification
(C) Conditioning (D) Quantization
Answer: D
28. (UGCNET-June2015-III-16) Which of the following is not a basic primitive of the Graphics
Kernel System(GKS) ?
(A) POLYLINE (B) POLYDRAW
(C) FILL AREA (D) POLYMARKER
Answer: B
34. (UGCNET-June2015-III-14) Consider a triangle represented by A(0, 0), B(1, 1), C(5, 2). The
triangle is rotated by 45 degrees about a point P(–1, –1). The co-ordinates of the new triangle
obtained after rotation shall be ..................
(A) A'(-1,√2 - 1), B'(-1,2√2 - 1), C'(3/2√2 – 1, 9/2√2 – 1)
(B) A'(√2 - 1, -1), B'(2√2 - 1, -1), C'(3/2√2 – 1, 9/2√2 – 1)
(C) A'(-1, √2 - 1), B'(2√2 - 1, -1), C'(3/2√2 – 1, 9/2√2 – 1)
(D) A'(-1, √2 - 1), B'(2√2 - 1, -1), C'(9/2√2 – 1, 3/2√2 – 1)
Answer: A
Answer: B
36. (UGC NET Dec 2014 Ques no 65.) Given a simple image of size 10 × 10 whose histogram
models the symbol probabilities and is given by
42. (UGCNET-Dec2013-III-43) What is the bit rate for transmitting uncompressed 800x600 pixel
colour frames with 8 bits/pixel at 40 frames/second ?
(A) 2.4 Mbps
(B) 15.36 Mbps
(C) 153.6 Mbps
(D) 1536 Mbps
Answer: C
43. (UGCNET-Dec2013-III-66) What steps shall be required to rotate an object about the point
P1 (as shown in fig.1) and its placement such that what was at P 1 is now reduced and is at
P2 (as shown in fig.2).
I. Translate P1 to origin
II. Scale as required
III. Rotate
IV. Translate to the final position P2.
(A) I, II and III
(B) II, III and IV
(C) I, III and IV
(D) All of the above
Answer: Marks given to all
44. (UGCNET-Dec2013-III-65) The transformation matrix required for conversion of CMY
colour model to RGB colour model is given as
Distributed by: www.estudyindia.com
Answer: C
47. (UGCNET-Dec2013-III-61) Which of the following is not true with respect to a trackball
and/or spaceball ?
I. A trackball is a two dimensional positioning device while as a spaceball provides six degrees
of freedom
II. Unlike the trackball a spaceball does not actually move.
Distributed by: www.estudyindia.com
III. A trackball is a three dimensional positioning device while as a spaceball provides six
degrees of freedom.
(A) I & II
(B) II & III
(C) II only
(D) III only
Answer: D
50. (UGC net paper-iii-september-2013-No 62) The two color systems – the HSV and HLS are
(A) Hue, Saturation, Value and Hue, Lightness, Saturation.
(B) High, Standard, Value and High, Lightness, Saturation.
(C) Highly, Saturated, Value and Highly, Lightened, Saturation.
(D) Highly, Standard, Value and Hue, Lightness, Saturation.
Answer: A
51. (UGCNET-Sep2013-III-63) The parametric representation of the line segment between the
position vectors P1(2, 3) and P2(5, 4) is given as
(A) x(t)= 2+7t, y(t) = 3+7t 0≤t≤∝
(B) x(t)=2+10t, y(t) = 3+12t 0≤t ≤1
(C) x(t)= 2+3t, y(t)=3+t 0≤t ≤1
(D) t(x, y) = 14t 0≤t≤1
Answer: C
Distributed by: www.estudyindia.com
52. (UGCNET-Sep2013-III-59) Which of the following graphics devices are known as active
graphics devices?
(i) Alphanumeric devices
(ii) Thumb wheels
(iii) Digitizers
(iv) Joystics
(A) (i) and (ii)
(B) (iii) and (iv)
(C) (i), (ii) and (iii)
(D) (i), (ii), (iii) and (iv)
Answer: D
33. (UGCNET-Dec2012-III-33) The Z-buffer algorithm is used for Hidden surface removal of
objects. The maximum number of objects that can be handled by this algorithm shall
(A) Depend on the application
(B) be arbitrary no. of objects
(C) Depend on the memory availability
(D) Depend on the processor
Answer: B
60. (UGCNET-June2012-III-63) If a and b are the end points of a line, then which one of the
following is true?
(A) If both end points are left, right, above or below the window, the line is invisible.
(B) If both end points are left, right, above or below the window, the line is completely visible.
(C) If both end points are left, right, above or below the window, the line is trivially visible.
(D) If both end points are left, right, above or below the window, the line is trivially invisible.
Answer: D