From c4d1092c0903a9a21a52ca788318a86d797513e8 Mon Sep 17 00:00:00 2001 From: DevikaBoddu <40534152+DevikaBoddu@users.noreply.github.com> Date: Sun, 27 Jan 2019 19:36:12 +0530 Subject: [PATCH 1/3] Update Quizzes.html --- src/lab/exp3/Quizzes.html | 135 +++++++++++++++++++++++++++++++++++++- 1 file changed, 132 insertions(+), 3 deletions(-) diff --git a/src/lab/exp3/Quizzes.html b/src/lab/exp3/Quizzes.html index 6b13f34d9..015a6f3c6 100644 --- a/src/lab/exp3/Quizzes.html +++ b/src/lab/exp3/Quizzes.html @@ -1,3 +1,4 @@ + @@ -98,8 +99,8 @@

<
-

Transformations: Rotation

Quiz will be updated soon! -

+

Transformations: Rotation

+ -

+
@@ -124,6 +125,134 @@

Transformations: Rotation

+ + +
+ + + +
+1. A translation is applied to an object by
+
+a) Repositioning it along with straight line path
+b) Repositioning it along with circular path
+c) Only b
+d) All of the mentioned
+
+ +
+ +
+2) We translate a two-dimensional point by adding
+
+a) Translation distances
+b) Translation difference
+c) X and Y
+d) Only a
+
+ +
+ +
+3) The translation distances (dx, dy) is called as
+
+a) Translation vector
+b) Shift vector
+c) Both a and b
+d) None of the above
+
+ +
+ +
+4) In 2D-translation, a point (x, y) can move to the new position (x’, y’) by using the equation
+
+a) x’=x+dx and y’=y+dx
+b) x’=x+dx and y’=y+dy
+c) X’=x+dy and Y’=y+dx
+d) X’=x-dx and y’=y-dy
+
+ +
+ +
+5) The two-dimensional translation equation in the matrix form is
+
+a) P’=P+T
+b) P’=P-T
+c) P’=P*T
+d) P’=p
+
+ +
+ +
+6) _________ is a rigid body transformation that moves objects without deformation.
+
+a) Rotation
+b) Scaling
+c) Translation
+d) All of the mentioned
+
+ +
+ +
+7) A straight line segment is translated by applying the transformation equation
+
+a) P’=P+T
+b) Dx and Dy
+c) P’=P+P
+d) Only c
+
+ +
+ +
+8) Polygons are translated by adding __________ to the coordinate position of each vertex and the current attribute setting.
+
+a) Straight line path
+b) Translation vector
+c) Differences
+d) Only b
+
+ +
+ +
+9) To change the position of a circle or ellipse we translate
+
+a) Center coordinates
+b) Center coordinates and redraw the figure in new location
+c) Outline coordinates
+d) All of the mentioned
+
+ +
+ +
+10) The basic geometric transformations are
+
+a) Translation
+b) Rotation
+c) Scaling
+d) All of the mentioned
+ +
+ +
+ +
+
+
+
+ +

+
+ + + + From 39e65dd448938433a31b22c6866881357118af74 Mon Sep 17 00:00:00 2001 From: DevikaBoddu <40534152+DevikaBoddu@users.noreply.github.com> Date: Sun, 27 Jan 2019 19:55:34 +0530 Subject: [PATCH 2/3] Update Introduction.html --- src/lab/Introduction.html | 63 ++++++++++++++++++++++++++++----------- 1 file changed, 45 insertions(+), 18 deletions(-) diff --git a/src/lab/Introduction.html b/src/lab/Introduction.html index bc9b9a8ff..06df48c56 100755 --- a/src/lab/Introduction.html +++ b/src/lab/Introduction.html @@ -40,33 +40,32 @@ - + + +
+ + + +
+1. When an object is viewed from different directions and at different distances, the appearance of the object will be different. Such view is called___________:
+
+a) oblique projection
+b) perspective vies
+c) axonometric projection
+d) isometric projection
+
+ +
+ +
+2) In perspective projection, all lines of sight start at a ________point:
+
+a) double
+b) triple
+c) multiple
+d) single
+
+ +
+ +
+3) It is a vertical projection plane used to obtain the object’s Perspective is __________
+
+a) orthographic plane
+b) vertical plane
+c) perspective picture plane
+d) horizontal plane
+
+ +
+ +
+4) It is a point at which the eyes of the observer are located. S and S’ indicated respectively the TV and FV of S is _______
+
+a) station point
+b) piercing point
+c) exit point
+d) vanishing point
+
+ +
+ +
+5) It is the line drawn through the station point and perpendicular to the picture plane. It is also called axis of vision or line of sight or ________
+
+a) station point
+b) X-axis
+c) Perpendicular axis
+d) Z-axis
+
+
+
+6) These are points at which the edges of the object appear to be converging . This point is seen at eye level, ie. on HP are __________ +
+
+a) Station point
+b) Piercing point
+c) exit point
+d) vanishing point
+
+
+
+7) The intersection point of visual rays with the PPP is __________
+
+a) penetrating point
+b) piercing point
+c) exit point
+d) vanishing point
+ +
+ +
+8) Which information is required to draw the perspective?
+
+a) Top View and Front View (or Side View of) the object
+b) Orientation and location of the object w.r.t the PPP
+c) Location of station point S w.r.t to PPP and GL
+d) Angle of projection
+
+ +
+ +
+9) An orthographic projection map is a map projection of _________
+
+a) Sphere
+b) Earth
+c) Cartography
+d) Top view
+
+ +
+ +
+10) In the ___________method, the points on the perspective are obtained by projecting the top view with either the front view or the side view of the visual rays
+
+a) vector
+b) concurrent
+c) visual ray
+d) straight line
+ +
+ +
+ +
+
+
+
+ +

+ - -