Mtech Cs and Crs Pca 2025
Mtech Cs and Crs Pca 2025
�1� �2�
2 , 1 } be a basis of R and T : R → R be
2 2 2
2. Let C = {
� � � x+y �
defined by T xy = x−2y . If T (C) represents the matrix of
T with respect to the basis C, then which of the following is true?
� −3 −2 � � 3 −2
�
(A) T (C) = 3 1 (B) T (C) = −3 1
� −3 −1
� � 3 −1
�
(C) T (C) = 3 2 (D) T (C) = −3 2
1
4. Consider the disc on the (x, y) plane with centre at (0, 1) and
radius 1 unit. Let A be the highest point on the disk, that is,
(0, 2). If this disk rolls on the x-axis such that its centre is now
at (1, 1), then the new coordinates of A are
� �
(A) 1 + sin(1/2π), 1 + cos(1/2π)
� �
(B) 1 + sin(1), 1 + cos(1)
� �
(C) 1 + sin(1/2π), 1 − cos(1/2π)
(D) (1, 2)
(A) C = A + B (B) C = AB
(C) C = 2A + B (D) C = A + 2B
2
7. Let A = {a1 , a2 , . . . , an } be a set of n natural numbers and
let n be odd. For any finite set X ⊆ N, Max(X) and Min(X)
denote the maximum and minimum elements in X respectively.
Let |X| denote the number of elements in X. If |X| is odd,
Median(X) returns the (|X| + 1)/2-th smallest element in X.
Consider the following pseudo-code, which takes as input the
set A and outputs a set S.
1: function fun(A)
2: Y := {a1 , a2 , a3 }
3: m := Median(Y )
4: Y := Y \ {m}
5: for i = 4 to n do
6: Y := Y ∪ {ai }
7: m := Median(Y )
8: Y := Y \ {m}
9: S := Y
10: Return S
√ √
3
√
1+ 2+ 3 + ··· + n
n
8. The lim
n→∞ n
3
9. Let A and B be two arrays of size n, each containing the
numbers {1, 2, . . . , n} in some order. The operations allowed on
the entries of the arrays are comparisons between two entries
and swapping two entries. Consider the best possible algorithm
to transform the array A to array B using the above two
operations only. The total number of operations in which the
above algorithm can perform this task in the worst case is
10. For w ∈ C, let Re(w) and Im(w) denote the real and imaginary
parts of w, respectively. Suppose z ∈ C is such that |z| = 1.
Which of the following is necessarily true?
4
13. The following program Check takes as input a graph and an
integer and outputs True or False.
5
x 1
14. The maximum value of the function f (x) = 2
− 1+x2
on the set
{x ∈ R : x(x − 1) ≤ 12} is
(P ∧ (P → Q)) → Q is
P (x) = (x − α1 )2 (x − α2 ) · · · (x − αn ), x ∈ R .
6
�n 1
18. Let Sn = k=1 k . Then
n
(A) S2n ≥ 2
for every n ≥ 1
(B) Sn is a bounded sequence.
(C) |S2n − S2n−1 | → 0 as n → ∞
Sn
(D) n
→ 1 as n → ∞
19. If
20212024 = 100 m + n ,
7
22. Let A and B be two real symmetric square matrices with the
property that both A and B have the same set of eigenvectors.
Then, which of the following is always true?
(A) A = B (B) AB = BA
−1
(C) A = B (D) AAT = BB T
1: function f (n, m)
2: if m = 0 then
3: return 1
4: if m = 1 then
5: return n
6: Return f (n, � m2 �) · f (n − � m2 �, � m2 �)
is
2
(A) (e − 1) (B) e − 1
3
2e 2e 3
(C) (D) −
3 3 2
8
25. Consider the curves
1 1
y1 (x) = x + x5 ,
2 2
1 3 1 7
y2 (x) = x + x,
2 2
1 3 1 7
y3 (x) = 1 + x + x .
2 2
𝒂, 𝒃
𝒃 𝒃
𝒂 𝒃
(A) (a∗ b∗ a)∗ (� ∪ aa∗ b∗ ) (B) (aa∗ bb∗ a)(� ∪ aa∗ ∪ bb∗ )
(C) (aa∗ bb∗ a)(� ∪ aa∗ ∪ aa∗ bb∗ ) (D) (aa∗ bb∗ a)∗ (� ∪ aa∗ b∗ )
9
27. The 26 letters of the alphabet are randomly permuted. What
is the probability that at least two of the three letters I, N, D
come next to each other?
72 3 3 3
(A) (B) (C) (D)
325 26 13 25 × 26
28. There are two coins in a box. One of the coins is a fair coin and
for the other, the probability of head is 23 . A coin is chosen at
random from the box and tossed 5 times. Given that at least 4
heads were obtained, what is the conditional probability that
the fair coin was chosen?
729 1 2 243
(A) 2521
(B) 2
(C) 3
(D) 275
(A) A ⊂ B (B) B ⊂ A
(C) A ∩ B = ∅ (D) A ∪ B = R2
� √ �
30. Let S = { −ba√5 b a 5 : a, b ∈ Z}. The number of A ∈ S such
that A−1 is also in S is
(A) 2 (B) 4
(C) more than 4 but finite (D) infinite
10