Cgm Quiz 2 -cse B

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Pubchair.ssic
P
Pubchair.ssic
Community Contributor
Quizzes Created: 1 | Total Attempts: 122
| Attempts: 122 | Questions: 10
Please wait...
Question 1 / 10
0 %
0/100
Score 0/100
1. What is the use of homogeneous coordinates and matrix representation?

Explanation

Homogeneous coordinates and matrix representation are used to treat all three transformations (scaling, rotation, and shearing) in a consistent way. By representing the transformations as matrices, it becomes easier to apply multiple transformations to an object without losing information. The homogeneous coordinates allow for the representation of points at infinity, which is useful in computer graphics and geometric calculations. Overall, using homogeneous coordinates and matrix representation ensures a unified approach to handling different transformations efficiently and accurately.

Submit
Please wait...
About This Quiz
Cgm Quiz 2 -cse B - Quiz

CGM QUIZ 2 - CSE B tests knowledge on computer graphics transformations, including scaling, homogeneous coordinates, and clipping algorithms. It assesses understanding of matrix representations, reflection transformations, and... see morepractical applications in modifying graphical objects. see less

2. The transformation that disturbs the shape of an object is called ​​​​​​​​​​​​​​

Explanation

Shear is a transformation that causes a distortion in the shape of an object. It involves shifting one part of the object in a parallel direction, while keeping the other parts fixed. This results in a sheared or skewed shape. Unlike reflection, rotation, and scaling, shear specifically affects the shape of the object by stretching or compressing it along a particular axis.

Submit
3. If the scaling factors values sx and sy are assigned to unequal values then  

Explanation

When the scaling factors sx and sy are assigned unequal values, it results in differential scaling. This means that the object will be scaled differently in the x and y directions, causing it to stretch or compress in one direction more than the other. This results in a non-uniform scaling effect, where the object's proportions are changed.

Submit
4. The figures represent which type of transformation?

Explanation

The figures represent a reflection across the x-axis because the x-coordinates of each point remain the same, while the y-coordinates are negated. This results in the figures being flipped upside down with respect to the x-axis.

Submit
5. To change the position of a circle or ellipse need to translate  

Explanation

To change the position of a circle or ellipse, one needs to translate the center coordinates and redraw the figure in a new location. This means that the center point of the circle or ellipse is moved to a different position, and then the entire shape is redrawn accordingly. This process allows for the circle or ellipse to be repositioned without altering its size or shape. Therefore, the correct answer is "Center coordinates and redraw the figure in new location."

Submit
6. The matrix representation for translation in homogeneous coordinates is  

Explanation

The correct answer is P’=T*P because in homogeneous coordinates, translation is represented by a translation matrix T. Multiplying the translation matrix T with the point matrix P will result in the transformed point matrix P'. This is the correct representation for translation in homogeneous coordinates.

Submit
7. Apply reflection about both the axis over the rectangle A(0,0), B(2,0), C(2, 2), D(0, 2). After reflection, new coordinates of the ABCD will be

Explanation

The correct answer is A(0,0), B(-2,0), C(-2, -2), D(0, -2). When a reflection is applied about the x-axis, the y-coordinate of each point is negated. When a reflection is applied about the y-axis, the x-coordinate of each point is negated. In this case, both reflections are applied simultaneously, resulting in the negation of both the x and y coordinates for each point. Therefore, the new coordinates of A, B, C, and D are A(0,0), B(-2,0), C(-2, -2), D(0, -2).

Submit
8. The transformation in which the dimension of an object is changed relative to the axes is called  

Explanation

Scaling is the correct answer because it refers to the transformation in which the dimension of an object is changed relative to the axes. Scaling can either increase or decrease the size of an object along the x, y, or z-axis. This transformation does not involve any rotation, reflection, or translation of the object, but solely focuses on changing its size.

Submit
9. Magnify the rectangle ABCD with 3/2 unit in both the direction. New coordinates of the rectangle after transformation will be 

Explanation

not-available-via-ai

Submit
10. In Cohen-sutherland line clipping algorithm, a completely visible line segment is detected when

Explanation

In the Cohen-Sutherland line clipping algorithm, the endpoint region codes represent the position of the endpoints of the line segment with respect to the clipping window. The region codes are typically binary numbers that indicate whether the endpoint is inside or outside the window.

If the bitwise logical OR of the endpoint region codes is zero, it means that both endpoints are inside the window. This indicates that the line segment is completely visible and does not need to be clipped.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 20, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 20, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Mar 05, 2018
    Quiz Created by
    Pubchair.ssic
Cancel
  • All
    All (10)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
What is the use of homogeneous coordinates and matrix representation?
The transformation that disturbs the shape of an object is called ...
If the scaling factors values sx and sy are assigned to unequal values...
The figures represent which type of transformation?
To change the position of a circle or ellipse need to translate ...
The matrix representation for translation in homogeneous coordinates...
Apply reflection about both the axis over the rectangle A(0,0),...
The transformation in which the dimension of an object is changed...
Magnify the rectangle ABCD with 3/2 unit in both the direction. New...
In Cohen-sutherland line clipping algorithm, a completely visible line...
Alert!

Advertisement