Mining Engineering > GATE 2022 > Spatial Reasoning
Consider the following square with the four corners and the center marked as P, Q, R, S and T respectively. Let X, Y and Z represent the following operations:
X: rotation of the square by 180 degree with respect to the S-Q axis.
Y: rotation of the square by 180 degree with respect to the P-R axis.
Z: rotation of the square by 90 degree clockwise with respect to the axis perpendicular, going into the screen and passing through the point T.
Consider the following three distinct sequences of operation (which are applied in the left to right order).
(1) XYZZ
(2) XY
(3) ZZZZ
Which one of the following statements is correct as per the information provided above?
A
The sequence of operations (1) and (2) are equivalent.
B
The sequence of operations (1) and (3) are equivalent.
C
The sequence of operations (2) and (3) are equivalent.
D
The sequence of operations (1), (2) and (3) are equivalent.

Explanation

Correct : b

Similar Questions

What is the worst-case time complexity of insertion in an AVL tree?
Question #23 Medium
Which operations on a binary search tree have O(h) complexity?
Question #31 Easy
Compare search complexities of sorted array vs balanced BST.
Question #47 Hard

Related Topics

Data Structures Binary Search Tree Time Complexity Algorithm Analysis Tree Algorithms Computer Science