CS and IT Gate 2026 Set-1 Questions with Answer

Ques 40 GATE 2026 SET-1


For n > 1, the maximum multiplicity of any eigenvalue of an n × n matrix with elements from ℜ is:

A

n + 1

B

1

C

n

D

n − 1


(c) is the correct answer.

The characteristic polynomial of an n × n matrix is a degree-n polynomial.
det(A − λI) = 0
A degree-n polynomial has exactly n roots (counting multiplicity) over the complex numbers. Therefore, the sum of multiplicities of all eigenvalues can be at most n.
The maximum multiplicity of a single eigenvalue occurs when all n roots of the characteristic polynomial are the same value.
Example: The identity matrix I of size n × n has the characteristic polynomial:
det(I − λI) = (1 − λ)n = 0
This gives λ = 1 with multiplicity n.
Eliminating wrong options:
n + 1 - impossible since the characteristic polynomial is only degree n, it cannot have n+1 roots.
1 - too restrictive, eigenvalues can repeat.
n − 1 - incorrect, as shown by the identity matrix example where multiplicity reaches n.
The maximum multiplicity of any eigenvalue of an n × n real matrix is n (Option C)

Ques 41 GATE 2026 SET-1


Consider 4 × 4 matrices with their elements from {𝟎, 𝟏}. The number of such matrices with even number of 𝟏s in every row and every column is

A

1023

B

1025

C

512

D

255


(c) is the correct answer.

The correct answer is Option C: 512.
The key idea is to figure out how many entries can be chosen freely, with the rest being determined by the parity constraints.
Consider filling the top-left 3×3 submatrix (the first 3 rows and first 3 columns) with any combination of 0s and 1s. There are 29 = 512 ways to do this.
Once these 9 entries are fixed:
• The 4th entry in each of the first 3 rows is forced - it must make the row sum even.
• The entire 4th row is forced - each entry must make its column sum even.
• The bottom-right entry (row 4, column 4) is automatically consistent with both the row and column parity constraints, because the total sum of the matrix (mod 2) must be 0, which follows from all row sums being even.
So every free choice of the 3×3 submatrix gives exactly one valid 4×4 matrix, and every valid matrix corresponds to exactly one such choice.
Total = 29 = 512.

Ques 42 GATE 2026 SET-1


An unbiased six-faced dice whose faces are marked with numbers 1, 2, 3, 4, 5, and 6 is rolled twice in succession and the number on the top face is recorded each time. The probability that the number appearing in the second roll is an integer multiple of the number appearing in the first roll is __________

A

5/6

B

5/18

C

7/18

D

1/6


(c) is the correct answer.

The correct answer is Option C: 7/18.
Total possible outcomes when a die is rolled twice = 6 × 6 = 36.
We need to count pairs (a, b) where b is an integer multiple of a:
• First roll = 1: multiples in {1,2,3,4,5,6} → {1,2,3,4,5,6} → 6 pairs
• First roll = 2: multiples → {2,4,6} → 3 pairs
• First roll = 3: multiples → {3,6} → 2 pairs
• First roll = 4: multiples → {4} → 1 pair
• First roll = 5: multiples → {5} → 1 pair
• First roll = 6: multiples → {6} → 1 pair
Total favorable outcomes = 6 + 3 + 2 + 1 + 1 + 1 = 14
P = 14/36 = 7/18

Ques 43 GATE 2026 SET-1


An urn contains one red ball and one blue ball. At each step, a ball is picked uniformly at random from the urn, and this ball together with another ball of the same color is put back in the urn. The probability that there are equal number of red and blue balls after two steps is

A

1/4

B

1/3

C

1/2

D

2/3


(b) is the correct answer.

Ques 44 GATE 2026 SET-1


Let n > 1. Consider an n × n matrix M with its elements from ℝ. Let the vector (0, 1, 0, 0, …, 0) ∈ ℝn be in the null space of M.

Which of the following options is/are always correct?

A

Determinant of M is 1

B

Determinant of M is 0

C

Rank of M is 1

D

There are at least two non-zero vectors in the null space of M


(b,d) is the correct answer.

Ques 45 GATE 2026 SET-1


Consider the function f: ℝ → ℝ defined as follows:
f(x) = c1ex − c2 loge(1/x), if x > 0
f(x) = 3, otherwise

where c1, c2 ∈ ℝ.
If f is continuous at x = 0, then c1 + c2 = _________. (answer in integer)


(3) is the correct answer.

Ques 46 GATE 2026 SET-1


Let f: ℝ → ℝ be defined as follows:
f(x) = (|x|/2 − x)(x − |x|/2)

Which of the following statements is/are true?

A

f has a local maximum

B

f has a local minimum

C

f′ is continuous over ℝ

D

f′ is not differentiable over ℝ


(a,c,d) is the correct answer.

Ques 47 GATE 2026 SET-1


Consider a knock-out women's badminton single tournament where there are no ties. The loser in each game is eliminated from the tournament. Every player plays until she is defeated or remains the last undefeated player. The last undefeated player is declared the winner of the tournament. If there are 64 players in the beginning of the tournament, how many games should be played in total to declare the winner of the tournament?

A

127

B

32

C

64

D

63


(63) is the correct answer.

Ques 48 GATE 2026 SET-1


A student needs to enroll for a minimum of 60 credits. A student cannot enroll for more than 70 credits. Credits are divided among projects and three distinct sets of courses namely, Core, Specialization and Elective. It is compulsory for a student to enroll for exactly 15 credits of Core and exactly 20 credits for project. In addition, a student has to enroll for a minimum of 10 credits of Specialization. The maximum credits of Elective course that a student can enroll for is ______.

A

25

B

15

C

10

D

20


(25) is the correct answer.

Ques 49 GATE 2026 SET-1


The antonym of the word protagonist is ______.

A

agnostic

B

antagonist

C

arsonist

D

anarchist


(b) is the correct answer.

Ques 50 GATE 2026 SET-1


'When the teacher is in the room, all students stand silently.' If the above statement is true, which one of the following statements is not necessarily true?

A

If any student is not standing silently, then the teacher is not in the room.

B

When the teacher is in the room, all students are silent.

C

If all students are standing, then the teacher is in the room.

D

When the teacher is in the room, all students are standing.


(c) is the correct answer.

Ques 51 GATE 2026 SET-1


Combinatorics deals with problems involving counting. For example, "How many distinct arrangements of N distinct objects in M spaces on a circle are possible?" is a typical problem in combinatorics. This kind of counting is sometimes used in the modeling of several physical phenomena. Often, in such models, the different combinatorial possibilities are assigned probability values. Assigning probabilities enables the computation of the average values of physical quantities.

Consider the following statements:
P: Combinatorics is always invoked in the modeling of physical phenomena.
Q: Modeling some physical phenomena involves assigning probabilities to combinatorial possibilities in order to compute average values of physical quantities.

Based on the passage above, what can be inferred about statements P and Q?

A

P is False and Q is False

B

P is False and Q is True

C

P is True and Q is False

D

P is True and Q is True


(b) is the correct answer.

Ques 52 GATE 2026 SET-1


For positive real numbers S and K, the function HK(S) is defined as:
HK(S) = max(S − K, 0). The max function is defined as:
max(a, b) = a when a > b; b when a ≤ b.

The graph below shows the plot of a function N(S) versus S. N(S) can be expressed as ______.

A

H10(S) − H20(S)

B

H10(S) − 2H20(S)

C

−H10(S) + H20(S)

D

H15(S) − H20(S)


(a) is the correct answer.

Unique Visitor Count

Total Unique Visitors

Loading......