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 1989
Paper was held on Thu, Jan 1, 1970 12:00 AM
1
The transitive closure of the relation
$$\left\{ {\left( {1,2} \right)\left( {2,3} \right)\left( {3,4} \right)\left( {5,4} \right)} \right\}$$
on the set $$A = \left\{ {1,2,3,4,5} \right\}$$ is ________ .
$$\left\{ {\left( {1,2} \right)\left( {2,3} \right)\left( {3,4} \right)\left( {5,4} \right)} \right\}$$
on the set $$A = \left\{ {1,2,3,4,5} \right\}$$ is ________ .
2
How many sub strings can be formed from a character string of length $$n$$?
3
Which of the following graphs is / are planar? (see fig.)
4
Match the pairs in the following question.
List - $${\rm I}$$
$$(A)$$$$\,\,\,\,$$ Virtual Memory
$$(B)$$$$\,\,\,\,$$ Shared memory
$$(C)$$$$\,\,\,\,$$ Look-ahead buffer
$$(D)$$$$\,\,\,\,$$ Look-aside buffer
List - $${\rm II}$$
$$(p)$$$$\,\,\,\,$$ Temporal locality
$$(q)$$$$\,\,\,\,$$ Spatial Locality
$$(r)$$$$\,\,\,\,$$ Address Translation
$$(s)$$$$\,\,\,\,$$ Mutual exclusion
5
Disk requests come to disk driver for cylinders $$10,22,20,2,40,56$$ and $$38,$$ in that order at a time when the disk drive is reading from cylinder $$20.$$ The seek time is $$6msec$$ per cylinder. Compute the total seek time if the disk arm scheduling algorithm is
(a) First come first served
(b) Closest cylinder next.
(a) First come first served
(b) Closest cylinder next.
6
In which of the following cases it is possible to obtain different results for call-by-reference and call-by-name parameter passing?
7
An unrestricted use of the "goto" statement is harmful because of which of the following reason(s):
8
How many substrings (of all lengths inclusive ) can be formed from a character string of length $$n$$? Assume all characters to be distinct. Prove your answer.
9
Is the class of regular sets closed under infinite union? Explain.
10
Context free languages and regular languages are both closed under the operation(s) of :
11
Which of the following problems are un-decidable?