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

GATE 1995 CSE & IT

40 questions across 1 session

PYQ 1

Merge sort uses

Algorithms·MCQ·✓ keyed
PYQ 2

In some programming languages, an identifier is permitted to be a letter following by any number of letters or digits. If L and D denote the sets of letters and digits respectively...

Compiler Design·MCQ·easy·✓ keyed
PYQ 3

In a vectored interrupt

Computer Organization·MCQ·✓ keyed
PYQ 4

If the proposition $$\neg p \Rightarrow q$$ is true, then the truth value of the proposition $$\neg p \vee \left( {p \Rightarrow q} \right)$$ where $$'\neg '$$ is negation, $$' \ve...

Discrete Mathematics·MCQ·✓ keyed
PYQ 5

The head of a moving head disk with $$100$$ tracks numbered $$0$$ to $$99$$ is currently serving a request at tract $$55.$$ If the queue of requests kept in $$FIFO$$ order is $$10,...

Operating Systems·OTHER·medium
PYQ 6

A linker is given object modules for a set of programs that were compiled separately. What information need to be included in an object module?

Operating Systems·MCQ·medium·✓ keyed
PYQ 7

A computer installation has 1000K of main memory. The jobs arrive and finish in the following sequence. Job 1 requiring 200k arrives Job 2 requiring 350k arrives Job 3 requiring 30...

Operating Systems·OTHER·medium
PYQ 8

What are x and y in the following macro definition? macro Add x,y Load y Mul x Store y end macro

Programming Languages·MCQ·easy·✓ keyed
PYQ 9

The probability that a number selected at random between $$100$$ and $$999$$ (both inclusive ) will not contain the digit $$7$$ is

Discrete Mathematics·MCQ·easy·✓ keyed
PYQ 10

The rank of the following (n + 1) x (n + 1) matrix, where a is a real number is $$$\left[ {\matrix{ 1 & a & {{a^2}} & . & . & . & {{a^n}} \cr 1 & a & {{a^2}} & . & . & . & {{a^n}}...

Discrete Mathematics·MCQ·easy·✓ keyed
PYQ 11

The rank of the following (n + 1) x (n + 1) matrix, where a is a real number is $$$\left[ {\matrix{ 1 & a & {{a^2}} & . & . & . & {{a^n}} \cr 1 & a & {{a^2}} & . & . & . & {{a^n}}...

Discrete Mathematics·MCQ·easy·✓ keyed
PYQ 12

A binary tree T has n leaf nodes. The number of nodes of degree 2 in T is:

Data Structures·MCQ·easy·✓ keyed
PYQ 13

Which of the following strings can definitely be said to be tokens without looking at the next input character while compiling a Pascal program? I. begin II. program III. <>

Compiler Design·MCQ·medium·✓ keyed
PYQ 14

Let $$R$$ be a symmetric and transitive relation on a set $$A$$. Then

Discrete Mathematics·MCQ·medium·✓ keyed
PYQ 15

The capacity of a memory unit is defined by the number of words multiplied by the number of bits/word. How many separate address and data lines are needed for a memory of $$4K$$ $$...

Computer Organization·NAT·easy
PYQ 16

(a) Consider the relation scheme $$R(A, B, C)$$ with the following functional dependencies: $$\eqalign{ & A,B \to C \cr & \,\,\,\,\,\,C \to A \cr} $$ Show that the scheme $$R$$ is...

Database Management System·OTHER·medium
PYQ 17

If the disk in (a) is rotating at $$3600$$ rpm, determine the effective data transfer rate which is defined as the number of bytes transferred per second between disk and memory.

Operating Systems·NAT·medium
PYQ 18

If at every point of a certain curve, the slope of the tangent equals $${{ - 2x} \over y}$$ the curve is

Discrete Mathematics·MCQ·easy·✓ keyed
PYQ 19

Let A be the set of all nonsingular matrices over real numbers and let * be the matrix multiplication operator. Then

Discrete Mathematics·MCQ·easy·✓ keyed
PYQ 20

Which of the following statements is true? I. As the number of entries in a hash table increases, the number of collisions increases. II. Recursive programs are efficient III. The...

Algorithms·STMT·easy·✓ keyed
PYQ 21

For merging two sorted lists of sizes m and n into a sorted list of size m+n, we require comparisons of

Algorithms·MCQ·easy·✓ keyed
PYQ 22

A $$ROM$$ is used to store a truth table for a binary multiplier unit that will multiply two $$4$$ bit numbers. The size of the $$ROM$$ (number of words $$ \times $$ number of bits...

Computer Organization·NAT·easy
PYQ 23

The number of elements in the power set $$P(S)$$ of the set $$S = \left\{ {\left\{ \phi \right\},1,\left\{ {2,3} \right\}} \right\}$$ is

Discrete Mathematics·MCQ·easy·✓ keyed
PYQ 24

The principle of locality justifies the use of

Operating Systems·MCQ·easy·✓ keyed
PYQ 25

$$\mathop {Lim}\limits_{x \to \infty } {{{x^3} - \cos x} \over {{x^2} + {{\left( {\sin x} \right)}^2}}} = \_\_\_\_\_\_.$$

Discrete Mathematics·MCQ·easy·✓ keyed
PYQ 26

The address sequence generated by tracing a particular program executing in a pure demand paging system with $$100$$ records per page with $$1$$ free main memory frame is recorded...

Operating Systems·MCQ·easy·✓ keyed
PYQ 27

A bag contains 10 white balls and 15 black balls. Two balls drawn in succession. The probability that one of them is black the other is white is

Discrete Mathematics·MCQ·easy·✓ keyed
PYQ 28

Let $${G_1}$$ and $${G_2}$$ be subgroups of a group $$G$$. (a) Show that $${G_1}\, \cap \,{G_2}$$ is also a subgroup of $$G$$. (b) $${\rm I}$$s $${G_1}\, \cup \,{G_2}$$ always a su...

Discrete Mathematics·OTHER·easy
PYQ 29

A linker is given object modules for a set of programs that were compiled separately. What information need to be included in an object module?

Compiler Design·MCQ·easy·✓ keyed
PYQ 30

Which scheduling policy is most suitable for a time-shared operating systems?

Operating Systems·MCQ·easy·✓ keyed
PYQ 31

What is the value of X printed by the following program? program COMPUTE (input, output); var X:integer; procedure FIND (X:real); begin X:=sqrt(X); end; begin X:=2 Find(X) Writeln(...

Programming Languages·MCQ·easy·✓ keyed
PYQ 32

The capacity of a memory unit is defined by the number of words multiplied by the number of bits/word. How many separate address and data lines are needed for a memory of $$4K\,\,...

Operating Systems·MCQ·easy·✓ keyed
PYQ 33

In a paged segmented scheme of memory management, the segment table itself must have a page table because:

Operating Systems·MCQ·medium·✓ keyed
PYQ 34

A computer system has a $$4K$$ word cache organized in block set associative manner with $$4$$ blocks per set, $$64$$ words per block. The number of bits in the $$SET$$ and $$WORD$...

Computer Organization·MCQ·easy·✓ keyed
PYQ 35

In a virtual memory system the address space specified by the address lines of the $$CPU$$ must be __________ than the physical memory size and _______ than the secondary storage s...

Operating Systems·MCQ·easy·✓ keyed
PYQ 36

Prove that in a finite graph, the number of vertices of odd degree is always even.

Discrete Mathematics·OTHER·easy
PYQ 37

If the overhead for formatting a disk is $$96$$ bytes for $$40000$$ bytes sector, Compute the unformatted capacity of the disk of the following parameters: Number of surface: $$8$$...

Operating Systems·NAT·medium
PYQ 38

A shift reduce parser carries out the actions specified within braces immediately after reducing with the corresponding rule of grammar. $$\eqalign{ & S \to xxW\,\left\{ {pr{\matho...

Compiler Design·MCQ·medium·✓ keyed
PYQ 39

Consider the grammar with the following productions. $$S \to a\,\alpha \,\,b\left| {\,\,b\,\alpha } \right.\,c\,\left| {aB} \right.$$ $$S \to \alpha S\,\left| b \right.$$ $$S \to \...

Theory of Computation·MCQ·medium·✓ keyed
PYQ 40

Which of the following definitions below generates the same language as $$L$$ Where $$L = {\left\{ x \right.^n}{y^n}\left| {n \ge \left. 1 \right\}} \right.$$ i) $$\,\,E \to xEy\le...

Theory of Computation·MCQ·easy·✓ keyed