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

GATE 2011 CSE & IT

41 questions across 1 session

PYQ 1

Given $$i = \sqrt { - 1} ,$$ what will be the evaluation of the definite integral $$\int\limits_0^{\pi /2} {{{\cos x +i \sin x} \over {\cos x - i\,\sin x}}dx?} $$

Discrete Mathematics·MCQ·easy·✓ keyed
PYQ 2

Database table by name Loan_Records is given below. Borrower Bank_Manager Loan_Amount Ramesh Sunderajan 10000.00 Suresh Ramgopal 5000.00 Mahesh Sunderajan 7000.00 What is the outpu...

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

A computer handles several interrupt sources of which of the following are relevant for this question. $$ * \,\,\,\,\,\,\,\,\,\,\,$$ Interrupt from $$CPU$$ temperature sensor (rais...

Computer Organization·MCQ·easy·✓ keyed
PYQ 4

On a non-pipelined sequential processor, a program segment, which is a part of the interrupt service routine, is given to transfer $$500$$ bytes from an $${\rm I}/O$$ device to mem...

Computer Organization·MCQ·medium·✓ keyed
PYQ 5

$$\left[ A \right]$$ is a square matrix which is neither symmetric nor skew-symmetric and $${\left[ A \right]^T}$$ is its transpose. The sum and differences of these matrices and d...

Discrete Mathematics·MCQ·easy·✓ keyed
PYQ 6

Consider the following recursive C function that takes two arguments: unsigned int foo (unsigned int n, unsigned int r) { if (n > 0) return((n % r) + foo(n/r, r)); else return 0; }...

Programming Languages·MCQ·easy·✓ keyed
PYQ 7

A max-heap is a heap where the value of each parent is greater than or equal to the value of its children. Which of the following is a max-heap?

Data Structures·MCQ·easy·✓ keyed
PYQ 8

Consider a finite sequence of random values $$X = \left\{ {{x_1},{x_2},{x_3}, - - - - - {x_n}} \right\}..$$ Let $${\mu _x}$$ be the mean and $${\sigma _x}$$ be the standard deviati...

Discrete Mathematics·MCQ·easy·✓ keyed
PYQ 9

If the difference between the expectation of the square of a random variable $$\left( {E\left[ {{X^2}} \right]} \right)$$ and the square of the expectation of the random variable $...

Discrete Mathematics·MCQ·easy·✓ keyed
PYQ 10

In a compiler, keywords of a language are recognized during

Compiler Design·MCQ·easy·✓ keyed
PYQ 11

An $$8KB$$ direct-mapped write-back cache is organized as multiple blocks, each of size $$32$$-bytes. The processor generates $$32$$-bit addresses. The cache controller maintains t...

Computer Organization·MCQ·medium·✓ keyed
PYQ 12

We are given a set of n distinct elements and an unlabeled binary tree with n nodes. In how many ways can we populate the tree with the given set so that it becomes a binary search...

Data Structures·MCQ·medium·✓ keyed
PYQ 13

Which one of the following options is correct given three positive integers $$x, y$$ and $$z$$, and a predicate $$P\left( x \right) = \neg \left( {x = 1} \right) \wedge \forall y\l...

Discrete Mathematics·MCQ·easy·✓ keyed
PYQ 14

A layer-4 firewall (a device that can look at all protocol headers up to the transport layer) CANNOT

Computer Networks·MCQ·medium·✓ keyed
PYQ 15

A thread is usually defined as a ''light weight process'' because an operating system $$(OS)$$ maintains smaller data structures for a thread than for a process. In relation to thi...

Operating Systems·MCQ·easy·✓ keyed
PYQ 16

Consider the following table of arrival time and burst time for three processes $$P0,P1$$ and $$P2$$. Process Arrival Time Burst Time P0 0 ms 9 ms P1 1 ms 4 ms P2 2 ms 9 ms The pre...

Operating Systems·MCQ·medium·✓ keyed
PYQ 17

Consider the matrix as given below. $$$\left[ {\matrix{ 1 & 2 & 3 \cr 0 & 4 & 7 \cr 0 & 0 & 3 \cr } } \right]$$$ Which of the following options provides the Correct values of the E...

Discrete Mathematics·MCQ·easy·✓ keyed
PYQ 18

Consider a database table T containing two columns X and Y each of type integer. After the creation of the table, one record (X = 1, Y = 1) is inserted in the table. Let MX and MY...

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

Consider different activities related to email: m1: Send an email from a mail client to a mail server m2: Download an email from mailbox server to a mail client m3: Checking email...

Computer Networks·MCQ·easy·✓ keyed
PYQ 20

The simplified $$SOP$$ (Sum of product) form of the Boolean expression $$\left( {P + \overline Q + \overline R } \right).\left( {P + \overline Q + R} \right).\left( {P + Q + \overl...

Digital Logic·MCQ·easy·✓ keyed
PYQ 21

Which of the given options provides the increasing order of asymptotic Complexity of functions f 1 , f 2 , f 3 and f 4 ? f 1 = 2 n f 2 = n 3/2 f 3 (n) = $$n\,\log _2^n$$ f 4 (n) =...

Algorithms·MCQ·easy·✓ keyed
PYQ 22

Four matrices M 1 , M 2 , M 3 and M 4 of dimensions p $$\times$$ q, q $$\times$$ r, r $$\times$$ s and s $$\times$$ t respectively can be multiplied is several ways with different...

Algorithms·MCQ·medium·✓ keyed
PYQ 23

An algorithm to find the length of the longest monotonically increasing sequence of numbers in an array A[0:n−1] is given below. Let L i , denote the length of the longest monotoni...

Algorithms·MCQ·easy·✓ keyed
PYQ 24

A max-heap is a heap where the value of each parent is greater than or equal to the value of its children. Which of the following is a max-heap?

Algorithms·MCQ·easy·✓ keyed
PYQ 25

If two fair coins are flipped and at least one of the outcomes is known to be a head, what is the probability that both outcomes are heads?

Discrete Mathematics·MCQ·✓ keyed
PYQ 26

Four matrices $${M_1},\,\,\,{M_2},\,\,\,{M_3}$$ and $${M_4}$$ of dimensions $$p\,\,x\,\,q,\,\,\,\,\,q\,\,x\,\,e,\,\,\,\,\,r\,\,x\,\,s$$ and $$\,\,\,\,s\,\,x\,\,t$$ respectively can...

Discrete Mathematics·MCQ·medium·✓ keyed
PYQ 27

Which one of the following circuits is NOT equivalent to a $$2$$-input $$XNOR$$ (exclusive NOR ) gate

Digital Logic·MCQ·medium·✓ keyed
PYQ 28

Consider a relational table r with sufficient number of records, having attributes A 1 , A 2 ,....., A n and let 1 $$ \le $$ p $$ \le $$ n. Two queries Q1 and Q2 are given below. $...

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

Which of the following is NOT desired in a good Software Requirement Specifications $$(SRS)$$ document?

Software Engineering·MCQ·easy·✓ keyed
PYQ 30

A Computer handles several interrupt sources of which the following are relevant for this question: $$ * \,\,\,$$ Interrupt from $$CPU$$ temperature sensor (raises interrupt if $$C...

Operating Systems·MCQ·easy·✓ keyed
PYQ 31

Consider the following recursive C function that takes two arguments: unsigned int foo (unsigned int n, unsigned int r) { if (n > 0) return((n % r) + foo(n/r, r)); else return 0; }...

Programming Languages·MCQ·easy·✓ keyed
PYQ 32

Consider a relation table with a single record for each registered student with a single record for each registered student with the following attributes. $$1.$$ $$Registration$$ $...

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

An application loads $$100$$ libraries at startup. Loading each library requires exactly one disk access. The seek time of the disk to random location is given as $$10$$ $$ms$$. Ro...

Operating Systems·MCQ·easy·✓ keyed
PYQ 34

A company need to develop digital signal processing software for one of its newest inventions. The software is expected to have $$4000$$ lines of code. The company needs to determi...

Software Engineering·MCQ·medium·✓ keyed
PYQ 35

A deck of 5 cards (each carrying a distinct number from 1 to 5) is shuffled thoroughly. Two cards are then removed one at a time from the deck. What is probability that the two car...

Discrete Mathematics·MCQ·easy·✓ keyed
PYQ 36

On a non-pipe-lined sequential processor, a program segment, which is a part of the interrrupt service routine, is given to transfer $$500$$ bytes from an $${\rm I}/O$$ device to m...

Computer Organization·MCQ·medium·✓ keyed
PYQ 37

What does the following fragment of C-program print? char c[ ] = "GATE2011"; char *p = c; printf("%s", p + p[3] - p[1]);

Programming Languages·MCQ·medium·✓ keyed
PYQ 38

Let the time taken to switch between user and kernel modes of execution be $${t_1}$$ while the time taken to switch between two processes be $${t_2}$$. Which of the following is TR...

Operating Systems·MCQ·easy·✓ keyed
PYQ 39

The lexical analysis for a modern computer language such as java needs the power of which one of the following machine model in a necessary and sufficient sense?

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

Consider the languages $${L_1}$$, $${L_2}$$ and $${L_3}$$ are given below. $$$\eqalign{ & {L_1} = \left\{ {{0^p}{1^q}\left| {p,q \in N} \right.} \right\} \cr & {L_2} = \left\{ {{0^...

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

Definition of the language $$L$$ with alphabet $$\left\{ a \right\}$$ is given as following. $$L = \left\{ {{a^{nk}}} \right.\left| {k > 0,\,n} \right.$$ is a positive integer cons...

Theory of Computation·MCQ·medium·✓ keyed