Skip to content
Early access — you're among the first to try PYQLabs. Share feedback

GATE 1994 CSE & IT

26 questions across 1 session

PYQ 1

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?

Data Structures·MCQ·medium·✓ keyed
PYQ 2

The number of distinct simple graph with upto three nodes is

Discrete Mathematics·MCQ·easy·✓ keyed
PYQ 3

Let A and B be any two arbitrary events, then, which one of the following is true?

Discrete Mathematics·MCQ·easy·✓ keyed
PYQ 4

State True or False with reason. There is always a decomposition into Boyce-codd normal form $$(BCNF)$$ that is lossless and dependency preserving.

Database Management System·MCQ·easy·✓ keyed
PYQ 5

An unrestricted use of the "goto" statement is harmful because

Programming Languages·MCQ·easy·✓ keyed
PYQ 6

Linked lists are not suitable data structures of which one of the following problems?

Data Structures·MCQ·easy·✓ keyed
PYQ 7

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?

Database Management System·MCQ·easy·✓ keyed
PYQ 8

The number of substrings (of all length inclusive) that can be formed from a character string of length $$n$$ is

Discrete Mathematics·MCQ·easy·✓ keyed
PYQ 9

Generation of intermediate code based on an abstract machine model is useful in compilers because

Compiler Design·MCQ·easy·✓ keyed
PYQ 10

If A and B are real symmetric matrices of size n x n. Then, which one of the following is true?

Discrete Mathematics·MCQ·easy·✓ keyed
PYQ 11

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?

Programming Languages·MCQ·medium·✓ keyed
PYQ 12

A memory page containing a heavily used variable that was initialized very early and is in constant use is removed when

Operating Systems·MCQ·easy·✓ keyed
PYQ 13

Which one of the following statements is false?

Algorithms·MCQ·easy·✓ keyed
PYQ 14

The recurrence relation that arises in relation with the complexity of binary search is:

Algorithms·MCQ·easy·✓ keyed
PYQ 15

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{ {...

Algorithms·MCQ·easy·✓ keyed
PYQ 16

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.

Discrete Mathematics·MCQ·easy·✓ keyed
PYQ 17

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...

Data Structures·MCQ·easy·✓ keyed
PYQ 18

The inverse of the matrix $$\left[ {\matrix{ 1 & 0 & 1 \cr { - 1} & 1 & 1 \cr 0 & 1 & 0 \cr } } \right]$$ is

Discrete Mathematics·NAT·easy
PYQ 19

The rank of the matrix $$\left[ {\matrix{ 0 & 0 & { - 3} \cr 9 & 3 & 5 \cr 3 & 1 & 1 \cr } } \right]$$ is

Discrete Mathematics·MCQ·easy·✓ keyed
PYQ 20

Give a relational algebra expression using only the minimum number of operators from $$\left( { \cup ,\, - } \right)$$ which is equivalent to $$R \cap S$$.

Database Management System·OTHER·easy·✓ keyed
PYQ 21

Some group (G, o) is known to be abelian. Then, which one of the following is true for G?

Discrete Mathematics·MCQ·easy·✓ keyed
PYQ 22

Which of the following conversions is not possible (algorithmically)?

Theory of Computation·MCQ·easy·✓ keyed
PYQ 23

Which of the following features cannot be captured by context-free grammars?

Theory of Computation·MCQ·easy·✓ keyed
PYQ 24

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?

Theory of Computation·OTHER·easy
PYQ 25

The number of sub-strings (of all lengths inclusive) that can be formed from a character string of length $$n$$ is

Theory of Computation·MCQ·easy·✓ keyed
PYQ 26

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).

Theory of Computation·MCQ·medium·✓ keyed