2025
GATE CSE 2025 Set 2GATE CSE 2025 Set 12024
GATE CSE 2024 Set 2GATE CSE 2024 Set 12023
GATE CSE 20232022
GATE CSE 20222021
GATE CSE 2021 Set 2GATE CSE 2021 Set 12020
GATE CSE 20202019
GATE CSE 20192018
GATE CSE 20182017
GATE CSE 2017 Set 2GATE CSE 2017 Set 12016
GATE CSE 2016 Set 2GATE CSE 2016 Set 12015
GATE CSE 2015 Set 3GATE CSE 2015 Set 2GATE CSE 2015 Set 12014
GATE CSE 2014 Set 3GATE CSE 2014 Set 2GATE CSE 2014 Set 12013
GATE CSE 20132012
GATE CSE 20122011
GATE CSE 20112010
GATE CSE 20102009
GATE CSE 20092008
GATE CSE 20082007
GATE CSE 20072006
GATE CSE 20062005
GATE CSE 20052004
GATE CSE 20042003
GATE CSE 20032002
GATE CSE 20022001
GATE CSE 20012000
GATE CSE 20001999
GATE CSE 19991998
GATE CSE 19981997
GATE CSE 19971996
GATE CSE 19961995
GATE CSE 19951994
GATE CSE 19941993
GATE CSE 19931992
GATE CSE 19921991
GATE CSE 19911990
GATE CSE 19901989
GATE CSE 19891988
GATE CSE 19881987
GATE CSE 1987GATE CSE 1994
Paper was held on Thu, Jan 1, 1970 12:00 AM
1
The recurrence relation that arises in relation with the complexity of binary search is:
2
Which one of the following statements is false?
3
Conside the following two functions:
$${g_1}(n) = \left\{ {\matrix{ {{n^3}\,for\,0 \le n < 10,000} \cr {{n^2}\,for\,n \ge 10,000} \cr } } \right.$$
$${g_2}(n) = \left\{ {\matrix{ {n\,for\,0 \le n \le 100} \cr {{n^3}\,for\,n > 100} \cr } } \right.$$ Which of the following is true:
$${g_1}(n) = \left\{ {\matrix{ {{n^3}\,for\,0 \le n < 10,000} \cr {{n^2}\,for\,n \ge 10,000} \cr } } \right.$$
$${g_2}(n) = \left\{ {\matrix{ {n\,for\,0 \le n \le 100} \cr {{n^3}\,for\,n > 100} \cr } } \right.$$ Which of the following is true:
4
Generation of intermediate code based on an abstract machine model is useful in compilers because
5
Linked lists are not suitable data structures of which one of the following problems?
6
Which of the following permutations can be obtained in the output (in the same order) using a stack assuming that the input is the sequence 1, 2, 3, 4, 5 in that order?
7
In a compact single dimensional array representation for lower triangular matrices (i.e all the elements above the diagonal are zero) of size n $$\times$$ n, non-zero elements (i.e., elements of the lower triangle) of each row are stored one after another, starting from the first row, the index of the (i, j)th element of the lower triangular matrix in this new representation is
8
An instance of a relational scheme R(A, B, C) has distinct values for attribute A. Can you conclude that A is a candidate key for R?
9
Give a relational algebra expression using only the minimum number of operators from $$\left( { \cup ,\, - } \right)$$ which is equivalent to $$R \cap S$$.
10
State True or False with reason. There is always a decomposition into Boyce-codd normal form $$(BCNF)$$ that is lossless and dependency preserving.
11
Let $$p$$ and $$q$$ be propositions. Using only the truth table decide whether
$$p \Leftrightarrow q$$ does not imply $$p \to \sim q$$ is true or false.
12
The rank of the matrix $$\left[ {\matrix{
0 & 0 & { - 3} \cr
9 & 3 & 5 \cr
3 & 1 & 1 \cr
} } \right]$$ is
13
The inverse of the matrix $$\left[ {\matrix{
1 & 0 & 1 \cr
{ - 1} & 1 & 1 \cr
0 & 1 & 0 \cr
} } \right]$$ is
14
The number of distinct simple graph with upto three nodes is
15
If A and B are real symmetric matrices of size n x n. Then, which one of the following is true?
16
The number of substrings (of all length inclusive) that can be formed from a character string of length $$n$$ is
17
Some group (G, o) is known to be abelian. Then, which one of the following is true for G?
18
Let A and B be any two arbitrary events, then, which one of the following is true?
19
Consider the resource allocation graph given in the figure.
(a) Find if the system is in a deadlock state.
(b) Otherwise, find a safe sequence.

(a) Find if the system is in a deadlock state.
(b) Otherwise, find a safe sequence.
20
Consider the following heap (Figure) in which blank regions are not in use and hatched region are in use.
The sequence of requests for blocks of size $$300, 25, 125, 50$$ can be satisfied if we use.

21
A memory page containing a heavily used variable that was initialized very early and is in constant use is removed when
22
In which one of the following cases is it possible to obtain different results for
call-by-reference and call-by-name parameter passing methods?
23
An unrestricted use of the "goto" statement is harmful because
24
Which of the following features cannot be captured by context-free grammars?
25
Which of the following conversions is not possible (algorithmically)?
26
Given that language $${L_1}$$ is regular and that the language $${L_1} \cap {L_2}$$ is regular is the language $${L_2}$$ is always regular?
27
The number of sub-strings (of all lengths inclusive) that can be formed from a character string of length $$n$$ is
28
The regular expression for the language recognized by the finite state automation of is _________.

29
State True or False with one line explanation:
A FSM (Finite State Machine) can be designed to add two integers of any arbitrary length (arbitrary number of digits).
A FSM (Finite State Machine) can be designed to add two integers of any arbitrary length (arbitrary number of digits).