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

GATE 2002 CSE & IT

49 questions across 1 session

PYQ 1

In the worst case, the number of comparisons needed to search a singly linked list of length n for a given element is

Algorithms·MCQ·easy·✓ keyed
PYQ 2

In the C language

Programming Languages·MCQ·✓ keyed
PYQ 3

Horizontal micro programming

Computer Organization·MCQ·✓ keyed
PYQ 4

Sign extension is the step in

Computer Organization·MCQ·✓ keyed
PYQ 5

In absolute addressing mode

Computer Organization·MCQ·✓ keyed
PYQ 6

Dynamic linking can cause security concerns because

Operating Systems·MCQ·medium·✓ keyed
PYQ 7

Sign extension is the step in

Digital Logic·MCQ·✓ keyed
PYQ 8

The decimal value $$0.25$$

Digital Logic·MCQ·✓ keyed
PYQ 9

In the worst case, the number of comparisons needed to search a singly linked list of length n for a given element is

Data Structures·MCQ·easy·✓ keyed
PYQ 10

Which of the following scheduling algorithms is non-preemptive?

Operating Systems·MCQ·easy·✓ keyed
PYQ 11

The optimal page replacement algorithm will select the page that.

Operating Systems·MCQ·easy·✓ keyed
PYQ 12

Express the function $$f( x, y, z)= xy'+ yz'$$ with only one complement operation and one or more $$AND/OR$$ operations. Draw the logic circuit implementing the expression obtained...

Digital Logic·OTHER·medium
PYQ 13

The binary relation $$S = \phi $$ (emply set) on set A = {1, 2, 3} is

Discrete Mathematics·MCQ·easy·✓ keyed
PYQ 14

$$f\left( {A,B} \right) = A' + B$$ Simplified expression for function $$f((x+y,y),z)$$ is

Digital Logic·MCQ·easy·✓ keyed
PYQ 15

In $$2’s$$ complement addition, the overflow

Computer Organization·MCQ·easy·✓ keyed
PYQ 16

Determine whether each of the following is a tautology, a contradiction, or neither ("$$ \vee $$" is disjunction, "$$ \wedge $$" is conjuction, "$$ \to $$" is implication, "$$\neg...

Discrete Mathematics·OTHER·easy
PYQ 17

Relation $$R$$ with an associated set of functional dependencies, $$F,$$ is decomposed into $$BCNF.$$ The redundancy (arising out of functional dependencies) in the resulting set o...

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

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

Discrete Mathematics·MCQ·easy·✓ keyed
PYQ 19

Which of the following is not a form of memory?

Operating Systems·MCQ·easy·✓ keyed
PYQ 20

Which combination of the following features will suffice to characterize an $$OS$$ as a multi-programmed $$OS?$$ $$(a).$$ More than one program may be loaded into main memory at th...

Operating Systems·MCQ·easy·✓ keyed
PYQ 21

Which of the following scheduling algorithms is non-preemptive?

Operating Systems·MCQ·easy·✓ keyed
PYQ 22

Let $$A$$ be a set of $$n\left( { > 0} \right)$$ elements. Let $${N_r}$$ be the number of binary relations on $$A$$ and Let $${N_r}$$ be the number of functions from $$A$$ to $$A$$...

Discrete Mathematics·OTHER·easy
PYQ 23

The running time of the following algorithm Procedure A(n) If n<=2 return (1) else return (A([$$\sqrt n $$])); is best described by

Algorithms·MCQ·medium·✓ keyed
PYQ 24

The solution to the recurrence equation T(2 k ) = 3 T(2 k-1 ) + 1, T (1) = 1, is:

Algorithms·MCQ·medium·✓ keyed
PYQ 25

Consider the following algorithm for searching for a given number x in an unsorted array A[1..n] having n distinct values: 1. Choose an i uniformly at random fro 1..n; 2. If A[i]=x...

Algorithms·MCQ·easy·✓ keyed
PYQ 26

Obtain the eigen values of the matrix $$$A = \left[ {\matrix{ 1 & 2 & {34} & {49} \cr 0 & 2 & {43} & {94} \cr 0 & 0 & { - 2} & {104} \cr 0 & 0 & 0 & { - 1} \cr } } \right]$$$

Discrete Mathematics·NAT·easy
PYQ 27

(a) $$S = \left\{ { < 1,2 > ,\, < 2,1 > } \right\}$$ is binary relation on set $$A = \left\{ {1,2,3} \right\}$$. Is it irreflexive? Add the minimumnumber of ordered pairs to $$S$$...

Discrete Mathematics·OTHER·medium
PYQ 28

The number of leaf nodes in a rooted tree of n nodes, with each node having 0 or 3 children is:

Data Structures·MCQ·easy·✓ keyed
PYQ 29

Maximum number of edges in a n - node undirected graph without self loops is

Discrete Mathematics·MCQ·easy·✓ keyed
PYQ 30

The $$2's$$ compliment representation of the decimal value $$-15$$ is

Digital Logic·MCQ·easy·✓ keyed
PYQ 31

The performance of a pipelined processor suffers if

Computer Organization·MCQ·easy·✓ keyed
PYQ 32

The results returned by function under value-result and reference parameter passing conventions

Programming Languages·MCQ·medium·✓ keyed
PYQ 33

The minimum number of colors required to color the vertices of a cycle with $$n$$ nodes in such a way that no two adjacent nodes have the same colour is:

Discrete Mathematics·MCQ·easy·✓ keyed
PYQ 34

Draw the process state transition diagram of an $$OS$$ in which (i) each process is in one of the five states: created, ready, running, blocked (i.e. sleep or wait), or terminated,...

Operating Systems·OTHER·easy
PYQ 35

The function $$f\left( {x,y} \right) = 2{x^2} + 2xy - {y^3}$$ has

Discrete Mathematics·MCQ·easy·✓ keyed
PYQ 36

Relation $$R$$ is decomposed using a set of functional dependencies, $$F,$$ and relation $$S$$ is decomposed using another set of functional dependencies, $$G.$$ One decomposition...

Database Management System·MCQ·medium·✓ keyed
PYQ 37

A computer system uses $$32$$-bit virtual address, and $$32$$-bit physical address. The physical memory is byte addressable, and the page size is $$4$$ kbytes. It is decided to use...

Operating Systems·OTHER·medium
PYQ 38

A B + - tree index is to be built on the Name attribute of the relation STUDENT. Assume that all student names are of length 8 bytes, disk blocks are of size 512 bytes, and index p...

Database Management System·MCQ·medium·✓ keyed
PYQ 39

In the index allocation scheme of blocks to a file, the maximum possible size of the file depends on

Operating Systems·MCQ·easy·✓ keyed
PYQ 40

With regard to the expressive power of the formal relational query languages, which of the following statements is true?

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

"If X then Y unless Z" is represented by which of the following formulas in propositional logic? (" $$\neg $$ " is negation, " $$ \wedge $$ " is conjunction, and " $$ \to $$ " is i...

Discrete Mathematics·MCQ·medium·✓ keyed
PYQ 42

In serial data transmission, every byte of data is padded with a $$‘0’$$ in the beginning and one or two $$‘1’s$$ at the end of byte because

Computer Organization·MCQ·easy·✓ keyed
PYQ 43

Four fair coins are tossed simultaneously. The probability that at least one head and one tail turn up is

Discrete Mathematics·MCQ·easy·✓ keyed
PYQ 44

Consider the following declaration of a two-dimensional array in C: char a[100][100]; Assuming that the main memory is byte-addressable and that the array is stored starting from m...

Programming Languages·MCQ·easy·✓ keyed
PYQ 45

Which of the following is not a form of memory?

Computer Organization·MCQ·easy·✓ keyed
PYQ 46

The $$C$$ language is:

Theory of Computation·MCQ·✓ keyed
PYQ 47

Which of the following is true?

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

The language accepted by a pushdown Automation in which the stack is limited to $$10$$ items is best described as

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

The smallest finite automaton which accepts the language $$L = \left. {\left\{ x \right.} \right|$$ length of $$x$$ is divisible by $$\left. 3 \right\}$$ has

Theory of Computation·MCQ·easy·✓ keyed