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 1991
Paper was held on Thu, Jan 1, 1970 12:00 AM
1
The weighted external path length of the binary tree in figure is ___________.

2
Obtain the optimal binary search tree with equal probabilities for the
identifier set (a1, a2, a3) = ( if, stop, while)
3
Kruskal’s algorithm for finding a minimum spanning tree of a weighted graph G with n vertices and m edges has the time complexity of:
4
Minimum number of comparisons required to sort 5 elements
5
If the binary tree in figure is traversed in inorder, then the order in which the nodes will be visited is ______


6
The following sequence of operations is performed on stack:
PUSH (10),PUSH (20),POP,PUSH (10),PUSH (20),POP,POP,POP,PUSH (20),POP
The sequence of the value popped out is:
7
Find the maximum clock frequency at which the counter in Fig., can be operated. Assume that the propagation delay through each flip-flop and $$AND$$ gate is $$10$$ $$ns.$$ Also assume that the setup time for the $$JK$$ inputs of the flip-flops is negligible.

8
Find the minimum sum of products form of the logic function
$$f\left( {A,B,C,D} \right) = \sum d \left( {3,11,12,14} \right)$$
Where $$m$$ and $$d$$ denote the minterms and don't cares respectively.
$$f\left( {A,B,C,D} \right) = \sum d \left( {3,11,12,14} \right)$$
Where $$m$$ and $$d$$ denote the minterms and don't cares respectively.
9
The maximum number of possible edges in an undirected graph with a vertices and $$k$$ components is _________ .
10
State whether the following statement TRUE or FALSE.
The amount of virtual memory available is limited by the availability of secondary storage.
11
State whether the following statement TRUE or FALSE.
The use of monitors ensures that no dead -locks will be caused.
12
State whether the following statement TRUE or FALSE.
The $$LRU$$ page-replacement policy may cause thrashing for some type of programs.
13
State whether the following statement TRUE or FALSE.
The best-fit techniques for memory allocation ensures the memory will never be fragmented.
14
A ''link editor'' is a program that:
15
The total size of address space in a virtual memory systems is limited by
16
State whether the following statement TRUE or FALSE.
Any implementation of a critical section requires the use of an indivisible machine instruction such as test-and-set.
17
Match the pairs in the following question by writing the corresponding letters only.

18
Indicate the following statement true or false :
A programming language not supporting either recursion or pointer type does not need the support of dynamic memory allocation.
A programming language not supporting either recursion or pointer type does not need the support of dynamic memory allocation.
19
Indicate the following statement true or false:
Although C does not support call by name parameter passing, the effect can be correctly simulated in C.
Although C does not support call by name parameter passing, the effect can be correctly simulated in C.
20
Which one of the following is the strongest correct statement about a finite language over some finite alphabet $$\sum ? $$
21
Let $$r = 1\,{\left( {1 + 0} \right)^ * },s = {11^ * }\,0$$ and $$\,t = {1^ * }\,0$$ be three regular expressions. Which one of the following is true?