MCS 053
MCS 053
MCS-053 3 7,000
No. of Printed Pages : 4 MCS-053
MCA (Revised)
Term-End Examination
0944? June, 2015
MCS-053 1 P.T.O.
(e) Determine the general expression for a
cubic Bezier curve, with vertices (control
points) P0(0, 40); P 1(40, 40); P2(60, 20);
P3(60, -10). 5
MCS-053 2
3. (a) Determine the point of intersection of the
projection of edges AB and CD of a unit
cube, on z = 0 plane, where the centre of
projection is at (0, 0, - d).
, 10
y
MCS-053 4 8,000
No. of Printed Pages : 4 MCS-0531
MCA (Revised)
Term-End Examination
■.0
December, 2011
C
MCS-053 : COMPUTER GRAPHICS AND
MULTIMEDIA
MCS-053 1 P.T.O.
(d) Perform 45° rotation of a AABC; A (0,2), 5
B ( —1, —1), C(1, —1) about the origin
(e) What do you mean by Foreshortening 3
factor ? How foreshortening factor is used
to identify that projection is isometric,
Dimetric or Trimetric ?
(f) What is the utility of tabular representation 4
of polygon surface ? Can you implement a
polygon surface with just a vertex table and
an edge table ? Justify your answer.
(g) What are the maximum number of objects 4
that can be handled by the Z-buffer
algorithm ? What will happen if Z-buffer
algorithm is used and it is found that two
polygons have same Z-value ?
(h) What are the merits and demerits of phong 4
shading ?
(i) Explain the following :
(i) Stochastic Animation and its area of 5
application
(ii) Image editing tools and their selection
criteria
2. (a) Differentiate between 5
(i) Caligraphic display device and Raster
Scan display device
(ii) Drawing and Painting
(b) Write the Mid point circle generation 8
algorithm and use the same to produce a
circular arc of radius 8 units in the first
quadrant from x = 0 to x = y .
MCS-053 2
(c) Explain all the four cases of the Sutherland 5
- Hodgman polygon clipping algorithm.
(d) Determine the number of memory bits 2
required for a 4 bit - plane frame buffer for
a 512 x 512 raster.
MCS4053 3 P.T.O.
(d) How Ambient, Diffused and specular 5
reflection contributes to the resulting
intensity of reflected ray of light ? Give
mathematical expression for the same.
MCS-053 4
No. of Printed Pages : 3 MCS-053
MCA (Revised)
tr)
Term-End Examination
December, 2012
7-1
MCS-053 1 P.T.O.
(g) What is file compression? What is the Need 5
of video compression ? Explain any two
video file formats.
(h) Explain the process of simulating motion 5
using zero acceleration with the help of
diagram.
MCS-053 2
4. (a) Differentiate between parallel and 6
perspective projections. Also gives the
taxonomy at various types of parallel and
perspective projection .
(b) Determine 5 points on Bezier curve whose 6
control points are Po(4,2), P1(8,8), P2,(16,4)
and P3, (24,2). Also draw the approximate
sketch of the curve.
(c) Using 4 bit code for nine regions, clip the 8
lines P1, P2 and P3 P4 given below, using
Cohen Sutherland line clipping algorithm.
MCS-053 3
No. of Printed Pages : 3 MCS-053
MCA (Revised)
Term-End Examination
December, 2013
MCS-053 : COMPUTER GRAPHICS AND
MULTIMEDIA
Time : 3 hours Maximum Marks : 100
Note : Question number 1 is compulsory. Attempt any three
questions from the rest.
MCS-053 1 P.T.O.
(g) Explain Phony Specular Reflection model. 4
(h) Explain Bresenham's algorithm for drawing 5
a line whose slope is Iml-sl.
MCS-053 2
(c) Differentiate between parallel and 9
perspective projection. Derive the general
transformation for parallel projection on to
a given view plane, where the direction of
projection :
d = ai + bj + ck is along the normal
N = n1i + n2j + n3k with the reference point
Ro (x0, yo, z0)
MCS-053 3
No. of Printed Pages : 3 MCS-053
MCA (Revised)
Term-End Examination
046134 December, 2014
MCS-053 1 P.T.O.
(g) Derive an expression for Phong Specular
Reflection Model. 5
(h) Explain Isometric projection. Differentiate
among Isometric, Dimetric and Trimetric
projections. 5
MCS-053 3 10,000
No. of Printed Pages : 4 MCS-053
MCA (Revised)
(NI Term-End Examination
t∎-
0 June, 2011
NI.
0
MCS-053 : COMPUTER GRAPHICS AND
MULTIMEDIA
MCS-053 1 P.T.O.
(d) Find the transformation matrix for the 4
reflection about the line y = 4x.
(e) What is "Projection" in computer graphics ? 4
Categories the various types of projections.
(f) Prove the following, for Bezier curves 4
(i) P(u = 0) = po
/Bo (IL) =1
i=0
MCS-053 2
(b) How Bresenham line generation 5
algorithm overcomes the limitations of DDA
algorithm ? Use Bresenham line generation
algorithm to draw a line segment from
(15, 5) to (20, 9).
(c) How Cohen Sutherland line clipping 10
algorithm differs from the Cyrus Beck line
clipping algorithm ? Discuss all 3 cases of
line clipping, which arise in cohen
Sutherland line algorithm. Draw suitable
diagram to discuss the cases.
MCS-053 3 P.T.O.
(b) Explain the following : 5
(i) Morphing
(ii) Cel Animation
(c) Differentiate between the following : 5
(i) Bitmap graphics and vector graphics
(ii) Hypertext and Hypermedia
(d) What are Authoring tools ? What are the 5
various types of authoring tools available ?
Discuss any one of them.
MCS-053 4
No. of Printed Pages : 4 MCS-053
O MCA (Revised)
■.0
•714
O Term-End Examination
O June, 2012
MCS-053 1 P.T.O.
(g) Given P0(0,40), P1(40,40), P2(60, 20), 4
P3(60, — 10) as Vertices of Bezier Curve,
Find the general expression to express a
cubic Bezier curve ?
(h) Differentiate between the following : 8
MCS-053
3. (a) Perform reflection of a triangle A(0,0), 10
B(2,0) and C(1,5).
MCS-053 3 P.T.O.
x Fig.
5. (a) Consider a shiny surface with diffused 6
reflection coefficient of 0.6 and ambient
reflection coefficient of 0.5, the surface has
normal in the direction of 4i+6j+5k ; say
some light is incident on it from the
direction i+j+k such that the ambient and
diffused intensities are of order 3 and 4
units. Determine the intensity of the
reflected light.
(b) Explain the following terms : 14
(i) Card (or page) based authoring tools.
(ii) Frame buffer.
(iii) Virtual Reality.
(iv) Animation Tools.
(v) Video file formats.
(vi) Ray Tracing
(vii) Sound editing tools.
MCS-053 4
No. of Printed Pages : 3 MCS-053
MCA (Revised)
t-r-) Term-End Examination
June, 2014
O
MCS-053 : COMPUTER GRAPHICS AND
MULTIMEDIA
Time : 3 hours Maximum Marks : 100
Note : Question no. 1 is compulsory. Attempt any three
questions from the rest.
MCS-053 1 P.T.O.
(h) What is Hypermedia ? How is it different 3
from hypertext ?
2. (a) Write DDA line drawing algorithm; use this 8
algorithm draw a to line between (0,0) and
(6,6).
(b) Explain Prong Illumination model with the 6
help of diagram.
(c) What is orthographic projection ? Write a 6
matrix for an orthographic projection for
Z = 0 plane.
3. (a) Explain Cohen Sutherland line clipping 5+5
algorithm. State the merits and demerits of
Cohen Sutherland algorithm over Cyrus-
Beck line clipping algorithm.
(b) Derive a general 2D-transformation matrix 5
of rotation of a point P(x,y) though an angle
in counterclockwise direction with respect
to origin.
(c) Differentiate between Ray Tracing & Ray 5
Casting.
4. (a) What is Bezier curve ? Prove the following 5
for Bezier curve :
Bro (u) =1
i= 0
(b) What is digital video ? Define Frame rate, 4
and Frame dimensions in the context of
digital video.
(c) Explain the scan line method for identifying 5
visible surfaces.
(d) Explain the following in the context of 6
multimedia :
(i) Morphing
(ii) Authoring tools
(iii) Vector graphics
MCS-053 2
5. (a) The unit cube (Fig.1) is projected onto the 6
xy plane. Note the position of the x, y and z
axes. Draw the projected image using
perspective projection on the z = 0 plane
with the Centre Of Projection (COP) is
E(0,0, —10)
MCS-053 3
No. of Printed Pages : 4 I mcs-0531
MCA (Revised)
Term-End Examination
c3e.,6 D3 December, 2018
MCS-053 1 P.T.O.
(e) Write the Rotational Transformation
matrix for clockwise and anticlockwise
rotation for 2D Euclidean system. Verify
the statement, "Two successive rotations
are additive in nature." t 5
(f) Why do we need the concept of shading in
computer graphics ? Briefly discuss
different types of shading techniques. 5
(g) Briefly describe any two of the following
file formats : 5
(i) MPEG
(ii) BMP
GIF
(h) How do 'Computer graphics' differ from
`Animation' ? Discuss the basic elements of
computer animation. 5
MCS-053 2
. (a) Write the Pseudocode for Bresenham's
circle generation algorithm. Use this
algorithm to produce a circle of radius (r)
equal to four units, in the first quadrant
fromx=Otox=y. 10
P EB(n, i) = 1
P'(0) = n(P1 — Po)
MCS-053 3 P.T.O.
5. (a) Differentiate between any two of the
following : 10
MCS-053 4 7,500
No. of Printed Pages : 4 MCS-053
MCA (Revised)
Term-End Examination
June, 2013
'4714
MCS-053 : COMPUTER GRAPHICS AND
MULTIMEDIA
MCS-053 1 P.T.O.
(e) State and explain the four properties of 5
Bezier curve.
MCS-053 2
3. (a) Calculate the matrix for three views (front, 10
right-side and top) of a given object, shown
in the figure.
The vertices of the object are A(4,0,0)
B(4,4,0), C(4,4,8), D(4,0,4), E(0,0,0), F(0,4,0),
G(0,4,8), H(0,0,4)
MCS-053 3 P.T.O.
(b) What are the relative merits of object space 5
method and image space methods of visible
surface detection?
(c) Derive a mathematical expression for 10
Phory's specular reflection model. Explain
how ambient, diffused and specular
reflection contribute to the resulting intensity
of reflected ray of light in the Phory's model.
MCS-053 4
No. of Printed Pages : 4 MCS-053
MCA (Revised)
Term-End Examination
r June, 2018
MULTIMEDIA
MCS-053 4 6,000
No. of Printed Pages : 4 I MCS-053 I
MCA (Revised)
os .2, s .4 Term-End Examination
December, 2015
MCS-053 : COMPUTER GRAPHICS AND
MULTIMEDIA
MCS-053 1 P.T.O.
(e) Prove the following properties of a Bezier
curve :
(i) P(u = 0) = po
(ii) P(u = 1) = pn
MCS-053 2
3. (a) Determine the final coordinates of the
perspective projection of an object, when
the object is first rotated w.r.t. y-axis by 30°
in clockwise direction and then w.r.t.
x-axis by 45° in clockwise direction and
finally it is projected on to z = 0 plane with
the centre of projection at (0, 0, — 5). 10
(b) Show that 2D rotational transformations are
commutative in nature i.e. R 1 . R2 = R2 . R1. 5
(c) Explain all the four cases of
Sutherland-Hodgman polygon clipping
algorithm, with suitable examples. 5
4. (a) Formulate the mathematical function, to
regulate the frame spacing, for simulating
(i) Zero acceleration motion,
(ii) Negative acceleration motion. 10
MCS-053 3 P.T.O.
5. (a) Expand the following abbreviations of file
formats : 5
(i) GIF
JPEG
MPEG
(iv) TIFF
(v) BMP
(b) Explain any two of the following : 5
MCS-053 4 13,000
No. of Printed Pages : 4 mcs-0531
MCA (Revised)
Term-End Examination
December, 2016
MCS-053 : COMPUTER GRAPHICS AND
MULTIMEDIA
Time : 3 hours Maximum Marks : 100
MCS-053 2
3. (a) What is the role of Parametric continuities
and Geometric continuities in Bezier
curves ? Discuss the different types of
Parametric and Geometric Continuities.
Support your discussion with necessary
diagrams and mathematical equations.
(b) Briefly discuss Gouraud and Phong Shading.
Highlight the problems associated with
interpolated shading.
(c) Discuss Area Subdivision method. List the
conditions of Area Subdivision method to
finalize that no further surface division is
required.
MCS-053 4 8,000
No. of Printed Pages : 5 I MCS-053 I
MCA (Revised)
Term-End Examination
04_106 June, 2016
MCS-053 : COMPUTER GRAPHICS AND
MULTIMEDIA
Time : 3 hours Maximum Marks : 100
MCS-053 1 P.T.O.
(d) Briefly discuss the term Foreshortening
factor. How is Foreshortening factor used
to identify that a projection is Isometric,
Dimetric or Trimetric ?
(e) Determine the final coordinates of 0 ABC
A (0, 2); B (-1, —1); C (1, —1), when it is
subjected to a clockwise rotation of 45°
about the origin. How do the obtained
results differ, if the performed rotation is
anticlockwise ?
W2
vi
v2
OBJECT
v3
v4 WINDOW
w4 w3
MCS-053 3 P.T.O.
(c) Determine the final coordinates of a
polygon ABCD, A (1, 4); B (— 4, 1);
C (-1, —1); D (2, —2), when it is scaled up to
twice its size with respect to an arbitrary
point P (1, 1). 5
(d) Determine the perspective projection of an
object at any arbitrary point (x, y, z) on
z = 5 plane, with centre of projection at
(0, 0, —10). Draw the diagram too.
MCS-053 4
5. (a) Differentiate between any two of the
following :
(i) Frame Animation and Sprite
Animation
(ii) Scripting Systems and Parameterised
Systems
(iii) Computer Generated and Computer
Assisted Animation
(b) Give mathematical expression for
simulating the following types of
accelerations in animations :
(i) Zero Acceleration
(ii) Positive Acceleration
(iii) Negative Acceleration
Draw graphical plot for each illustrating
the frame spacing. 6
MCS 053
- 5 7,000
No. of Printed Pages : 3 MCS-053 I
MCA (Revised)
Term-End Examination
June; 2017
C.,i66273
MCS-053 2
(c) What are vanishing points ? Explain the
conditions to obtain one, two and three
vanishing points. 5
MCS-053 3 3,500