GATE CSE 1991
GATE CSE
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 $$LRU$$ page-replacement policy may cause thrashing for some type of programs.
12
State whether the following statement TRUE or FALSE.
The use of monitors ensures that no dead -locks will be caused.
13
State whether the following statement TRUE or FALSE.
The best-fit techniques for memory allocation ensures the memory will never be fragmented.
14
The total size of address space in a virtual memory systems is limited by
15
A ''link editor'' is a program that:
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:
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.
19
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.
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?