How To Exam?

a knowledge trading engine...


Indian Institute of Technology Madras (IIT-M) 2009 M.Tech Computer and Information Science Computer science gate- - Question Paper

Wednesday, 23 January 2013 02:20Web



2009    CS

CS : COMPUTER SCIENCE & INFORMATION TECHNOLOGY

Duration: Three Hours    Maximum Marks : 100

Read the following instructions carefully.

1.    This question paper contains 16 printed pages including pages for rough work. Please check all pages and report discrepancy, if any.

2.    Write your registration number, your name and name of the examination centre at the specified locations on the right half of the Optical Response Sheet (ORS).

3.    Using HB pencil, darken the appropriate bubble under each digit of your registration number and the letters corresponding to your paper code.

4.    All questions in this paper are of objective type.

5.    Questions must be answered on Optical Response Sheet (ORS) by darkening the appropriate bubble (marked A, B, C, D) using HB pencil against the question number on the left hand side of the ORS. Each question has only one correct answer. In case you wish to change an answer, erase the old answer completely. More than one answer bubbled against a question will be treated as an incorrect response.

6.    There are a total of 60 questions carrying 100 marks. Questions 1 through 20 are 1-mark questions, questions 21 through 60 are 2-mark questions.

7.    Questions 51 through 56 (3 pairs) are common data questions and question pairs (57, 58) and (59, 60) are linked answer questions. The answer to the second question of the above 2 pairs depends on the answer to the first question of the pair. If the first question in the linked pair is wrongly answered or is un-attempted, then the answer to the second question in the pair w ill not be evaluated.

8.    Un-attempted questions will carry zero marks.

9.    Wrong answers will carry NEGATIVE marks. For Q. 1 to Q.20, V3 mark will be deducted for each wrong answer. For Q. 21 to Q. 56, 2A mark will be deducted for each wrong answer. The question pairs (Q.57, Q.58), and (Q.59, Q.60) are questions with linked answers. There will be negative marks only for wrong answer to the first question of the linked answer question pair i.e. for Q.57 and Q.59, 2A mark will be deducted for each wrong answer. There is no negative marking for Q.58 and Q.60.

10.    Calculator (without data connectivity) is allowed in the examination hall.

11.    Charts, graph sheets or tables are NOT allowed in the examination hall.

12.    Rough work can be done on the question paper itself. Additionally, blank pages are given at the end of the question paper for rough work.

Q. 1 - Q. 20 carry one mark each.

Q.l Which one of the following is NOT necessarily a property of a Group ?

(A) Commutativity    (B) Associativity

(C) Existence of inverse for every element (D) Existence of identity

Q.2 What is the chromatic number of an n-vertex simple connected graph which does not contain any odd length cycle ? Assume n>2.

(A) 2    (B) 3    (C) n-1    (D) n

Q.3 Which one of the following is TRUE for any simple connected undirected graph with more than 2 vertices ?

(A)    No two vertices have the same degree.

(B)    At least two vertices have the same degree.

(C)    At least three vertices have the same degree.

(D)    All vertices have the same degree.

Q.4 Consider the binary relation R = {(jt, y), (x,    z), (z, x), (.z, y)} on the set {*, y, z}. Which one of the following is TRUE ?

(A) R is symmetric but NOT antisymmetric.    (B) R is NOT symmetric but antisymmetric.

(C) R is both symmetric and antisymmetric.    (D) R is neither symmetric nor antisymmetric.

Q.5 (1217)g is equivalent to

(A)(1217)16    (B)(028F)I6    (C) (2297)10    (D) (0B17)16

Q.6 What is the minimum number of gates required to implement the Boolean function (AB + C) if we have to use only 2-input NOR gates ?

(A) 2    (B) 3    (C) 4    (D) 5

Q.7 How many 32K x 1 RAM chips are needed to provide a memory capacity of 256 K-bytes ?

(A) 8    (B) 32    (C) 64    (D) 128

Q.8 A CPU generally handles an interrupt by executing an interrupt service routine

(A)    as soon as an interrupt is raised.

(B)    by checking the interrupt register at the end of fetch cycle.

(C)    by checking the interrupt register after finishing the execution of the current instruction.

(D)    by checking the interrupt register at fixed time intervals.

Q.9 In which one of the following page replacement policies, Beladys anomaly may occur ?

(A) FIFO    (B) Optimal    (C) LRU    (D) MRU

Q.10 The essential content(s) in each entry of a page table is/are

(A)    virtual page number.

(B)    page frame number.

(C)    both virtual page number and page frame number.

(D)    access right information.

Q. 11 What is the number of swaps required to sort n elements using selection sort, in the worst case ?

(A) 0(n)    (B) 0(/z log n)    (C) 0(n2)    (D) Q(n2 log n)

Q.12 S aSa | bSb | a | b

The language generated by the above grammar over the alphabet {a, b} is the set of

(A)    all palindromes.

(B)    all odd length palindromes.

(C)    strings that begin and end with the same symbol.

(D)    all even length palindromes.

Q.13 Which of the following statement(s) is/are correct regarding Bellman-Ford shortest path algorithm ?

P. Always finds a negative weighted cycle, if one exists.

Q. Finds whether any negative weighted cycle is reachable from the source.

(C) both P and Q (D) neither P nor Q

(A) P only


(B) Q only


Q. 14 Let tca be a problem that belongs to the class NP. Then which one of the following is TRUE ?

(A)    There is no polynomial time algorithm for ka.

(B)    If can be solved deterministically in polynomial time, then P = NP.

(C)    If 7iA is NP-hard, then it is NP-complete.

(D)    7tA may be undecidable.

Q.15 Which one of the following languages over the alphabet {0, 1} is described by the regular expression: (0+ 1)*0(0+ 1)*0(0+ 1)* ?

(A)    The set of all strings containing the substring 00.

(B)    The set of all strings containing at most two Os.

(C)    The set of all strings containing at least two 0s.

(D)    The set of all strings that begin and end with either 0 or 1.

Q.16 Which one of the following is FALSE ?

(A)    There is a unique minimal DFA for every regular language.

(B)    Every NFA can be converted to an equivalent PDA.

(C)    Complement of every context-free language is recursive.

(D)    Every nondeterministic PDA can be converted to an equivalent deterministic PDA.

Q.17 Match all items in Group 1 with correct options from those given in Group 2.

Group 1


Group 2

P. Regular expression Q. Pushdown automata R. Dataflow analysis S. Register allocation


1.    Syntax analysis

2.    Code generation

3.    Lexical analysis

4. Code Optimization


(A) P-4, Q - l,R-2, S-3

(C) P-3, Q-4, R-l,S-2

(B) P-3, Q-l, R-4, S-2

(D) P-2, Q-l, R-4, S-3


Q. 18 Consider the program below:

#include <stdio.h> int fun(int n, int *f_p) { int t, ; if (n <= 1) {

*f_P = 1 J return 1 ;

>

t = fun (n-1, f_p) ? f = t + * f p ;

*f_p = t ; return f ;

}

int main() { int x = 15;

printf ("%d\n", fun(5, &x)); return 0;

>

The value printed is :

(A) 6    (B) 8    (C) 14    (D) 15

Q. 19 The coupling between different modules of a software is categorized as follows :

I.    Content coupling

II.    Common coupling

III.    Control coupling

IV.    Stamp coupling

V.    Data coupling

Coupling between modules can be ranked in the order of strongest (least desirable) to weakest (most desirable) as follows :

(A) I - II - III - IV - V    (B) V - IV - III - II - I

(C) I - III - V - II - IV    - (D) IV - II - V - III - I

Q.20 Consider the HTML table definition given below :

ctable border=l>

<tr> <td rowspan=2> ab </td>

<td colspan=2> cd </td>

</tr>

<tr> <td> ef </td>

<td rowspan=2> gh </td>

</tr>

<tr> <td colspan=2> ik </td>

</tr>

</table>

The number of rows in each column and the number of columns in each row are :

(A) (223) and (23,2)    (B) (2,2,3) and (2,2,3) (C) (Z3.2) and (2,3,2)    (D) (23,2) and (223)

Q. 21 to Q. 60 carry two marks each.

Q.21 An unbalanced dice (with 6 faces, numbered from 1 to 6) is thrown. The probability that the face value is odd is 90% of the probability that the face value is even. The probability of getting any even numbered face is the same.

If the probability that the face is even given that it is greater than 3 is 0.75, which one of the following options is closest to the probability that the face value exceeds 3 ?

(A) 0.453


(B) 0.468


(C) 0.485


(D) 0.492


Q.22 For the composition table of a cyclic group shown below abed

Which one of the following choices is correct ?

(A) a, b are generators

(B) b, c are generators (D) d, a are generators


(C) c, d are generators

Which one of the following is the most appropriate logical formula to represent the statement

Q.23


Gold and silver ornaments are precious

The following notations are used :

G(jc): x is a gold ornament.

S(;t): * is a silver ornament.

P(x): x is precious.

(A) Vjr(P(jO-*(G(*)AS(jt)))

(C) 3x((G(j0aS(*))-*P(*))

Q.24 The binary operation is defined as follows :

(B) V*((G(*)aS(*))->P(*))

(D) V*((G(jt)vS(;c))-/>(*))


p

Q

PnQ

T

T

T

T

F

T

F

T

F

F

F

T

Which one of the following is equivalent to P v Q ?

(A) -iQ


(B) P -iQ


(C) iP Q


(D) -.Pn iQ


Q.25


>r/4

| (1 - tan x) /(I + tan x)dx o

evaluates to

(A) 0    (B) 1


(C) In 2


(D) Vi In 2


Q.26 Consider the following well-formed formulae :

I.    -.V*(P(*))

II.    -a*(P(;t))    '

III.    :3jc(iP(x))

IV.    Hx(iP(x))

Which of the above are equivalent ?

(A) I and III    (B) I and IV    (C) II and III    (D) II and IV

Q.27 Given the following state table of an FSM with two states A and B, one input and one output:

Present State A

Present State B

Input

Next State A

Next State B

Output

0

0

0

0

0

1

0

1

0

1

0

0

1

0

0

0

1

0

1

v 1

0

1

0

0

0

0

1

0

1

0

0

1

1

0

0

1

1

0

1

0

1

1

1

1

1

0

0

1

If the initial state is A = 0, B = 0, what is the minimum length of an input string which will take the machine to the state A = 0, B = 1 with Output = 1?

(A) 3    (B) 4    (C) 5    (D) 6

Q.28 Consider a 4 stage pipeline processor. The number of cycles needed by the four instructions II, 12, 13,14 in stages SI, S2, S3, S4 is shown below :

SI

S2

S3

S4

11

2

1

1

1

12

1

3

2

2

13

2

1

1

3

14

1

2

2

2

What is the number of cycles needed to execute the following loop ?

for (i = I to 2) {II; 12; 13; 14;}

(A) 16    (B) 23    (C) 28    (D) 30

Q.29 Consider a 4-way set associative cache (initially empty) with total 16 cache blocks. The main memory consists of 256 blocks and the request for memory blocks is in the following order :

0, 255, 1, 4, 3, 8, 133, 159, 216, 129, 63, 8,48, 32, 73, 92, 155.

Which one of the following memory block will NOT be in cache if LRU replacement policy is used ?

(A) 3    (B) 8    (C) 129    (D) 216

&

Q.30 Consider a system with 4 types of resources R1 (3 units), R2 (2 units), R3 (3 units), R4 (2 units). A non-preemptive resource allocation policy is used. At any given instance, a request is not entertained if it cannot be completely satisfied. Three processes PI, P2, P3 request the resources as follows if executed independently.

Process PI:

t = 0: requests 2 units of R2 t = 1: requests 1 unit of R3 t = 3: requests 2 units of R1 t = 5: releases 1 unit of R2 and

1 unit of R1 t = 7: releases 1 unit of R3 t = 8: requests 2 units of R4 t = 10: Finishes

Process P2:

t = 0: requests 2 units of R3 t = 2: requests 1 unit of R4 t = 4: requests 1 unit of R1 t = 6: releases 1 unit of R3 t = 8: Finishes

Process P3:

t = 0: requests 1 unit of R4 t = 2: requests 2 units of R1 t = 5: releases 2 units of R1 t = 7: requests 1 unit of R2 t = 8: requests 1 unit of R3 t = 9: Finishes


Which one of the following statements is TRUE if all three processes run concurrently starting at time t = 0 ?

(A)    All processes will finish without any deadlock.

(B)    Only PI and P2 will be in deadlock.

(C)    Only PI and P3 will be in deadlock.

(D)    All three processes will be in deadlock.

Q.31 Consider a disk system with 100 cylinders. The requests to access the cylinders occur in following sequence :

4, 34, 10, 7, 19, 73, 2, 15, 6, 20.

Assuming that the head is currently at cylinder 50, what is the time taken to satisfy all requests if it takes 1 ms to move from one cylinder to adjacent one and shortest seek time first policy is used ?

(A) 95 ms    (B) 119 ms    (C) 233 ms    (D) 276 ms

Q.32 In the following process state transition diagram for a uniprocessor system, assume that there are always some processes in the ready state :

Now consider the following statements :

I.    If a process makes a transition D, it would result in another process making transition A immediately.

II.    A process P2 in blocked state can make transition E while another process Pi is in running state.

III.    The OS uses preemptive scheduling.

IV.    The OS uses non-preemptive scheduling.

Which of the above statements are TRUE ?

(A) I and II    (B) I and III    (C) II and III    (D) II and IV

Q.33 The enter_CS () and leave_CS () functions to implement critical section of a process are realized , using test-and-set instruction as follows : void enter_CS(X)

{

while (test-and-set(X));

}

void leave_CS(X)

{

X=0;

}

In the above solution, X is a memory location associated with the CS and is initialized to 0. Now consider the following statements :

I.    The above solution to CS problem is deadlock-free.

II.    The solution is starvation free.

III.    The processes enter CS in FIFO order.

IV.    More than one process can enter CS at the same time.

Which of the above statements are TRUE ?

(D) IV only


(B) I and II


(A) I only


(C) II and HI


A multilevel page table is preferred in comparison to a single level page table for translating virtual address to physical address because

Q.34


(A)    it reduces the memory access time to read or write a memory location.

(B)    it helps to reduce the size of page table needed to implement the virtual address space of a process.

(C)    it is required by the translation lookaside buffer.

(D)    it helps to reduce the number of page faults in page replacement algorithms.

The running time of an algorithm is represented by the following recurrence relation :

Q.35


n    n<> 3

T(n) = '

+ cn otherwise

Q.36


0

1

2

12

3

13

4

2

5

3

6

23

7

5

8

18

9

15


0

1

2

12

3

13

4

5

5

6

7

8

18

9


0

1

2

2

3

23

4

5

15

6

7

8

18

9


Which one of the following represents the time complexity of the algorithm ?

(A) Q(n)    (B) 0(n log n)    (C) 0(2)    (D) 0(n2 log n)

The keys 12, 18, 13, 2, 3, 23, 5 and 15 are inserted into an initially empty hash table of length 10 using open addressing with hash function h(k) = k mod 10 and linear probing. What is the resultant hash table ?

(A) _ (B) _ (C) _ (D)


0

1

2

12,2

3

13, 3, 23

4

5

5, 15

6

7

8

18

9


A

a


What is the maximum height of any AVL-tree with 7 nodes ? Assume that the height of a tree with a single node is 0.

(A) 2    (B) 3    (C) 4    (D) 5

Q.37

Q.38


Consider the following graph :

Which one of the following is NOT the sequence of edges added to the minimum spanning tree using Kruskals algorithm ?

(A) (b, e) (e, f) (a, c) (b, c) (f, g) (c, d)    (B) (b, e) (e, f) (a, c) (f, g) (b, c) (c, d)

(C) (b, e) (a, c) (e, f) (b, c) (f, g) (c, d)    (D) (b, e) (e, f) (b, c) (a, c) (f, g) (c, d)

In quick sort, for sorting n elements, the (n/4)th smallest element is selected as pivot using an O(n) time algorithm. What is the worst case time complexity of the quick sort ?

Q.39

Q.40


(A) 0(n)    (B) 6(n log n)    (C) 0(/?2)    (D) 0(n2 log n)

Let L = Li H L2, where Li and L2 are languages as defined below :

Lj = {am bm c a b" | m, n > 0}

L2= {a'Vc* 1    0}

Then L is

(A) not recursive.    (B) regular.

(C) context-free but not regular.    (D) recursively enumerable but not context-free.

Q.41

The above DFA accepts the set of all strings over {0, 1} that

(A) begin either with 0 or 1.

(C) end with 00.

(B) end with 0.

(D) contain the substring 00.


Which of the following statements are TRUE ?

Q.42


I.    There exist parsing algorithms for some programming languages whose complexities are less than 0(n3).

II.    A programming language which allows recursion can be implemented with static storage allocation.

III.    No L-attributed definition can be evaluated in the framework of bottom-up parsing.

IV.    Code improving transformations can be performed at both source language and intermediate code level.

(A) I and II


(B) I and IV


(C) III and IV


(D) I, III and IV


Q.43 Consider two transactions Ti and T2, and four schedules Si, S2, S3, S4 of Tj and T2 as given below :

7J :/?,[*] Wt[x] W,[y] r2:/?2[jc]/?2[y]W2[y]

S,: R,[x] R2[x] R2[y] Wfr) Wt[y] W2[y]

S2 : R.ix) R2[x] R2[y] Wx[x] W2[y] Wx[y)

S3: R,[x) Wt[x] R2[x] WAy] R2[y] W2[y]

S4 : R2[x] R2[y] R,[x] Wx[x] W,[y] W2[y]

Which of the above schedules are conflict-serializable ?

(A) Si and S2    (B) S2 and S3    (C) S3 only    (D) S4 only

Q.44 The following key values are inserted into a B+ -tree in which order of the internal nodes is 3, and that of the leaf nodes is 2, in the sequence given below. The order of internal nodes is the maximum number of tree pointers in each node, and the order of leaf nodes is the maximum number of data items that can be stored in it. The B+ -tree is initially empty.

- 10,3,6,8,4,2,1

The maximum number of times leaf nodes would get split up as a result of these insertions is (A) 2    (B) 3 ... ,    (C) 4    (D) 5

Q.45 Let R and S be relational schemes such that R = {a,b,c} and 5 ={c}. Now consider the following queries on the database :

r-s 7Zr-s (*-5 (**) xs (r))

II. { /11 G nR_s (r) a V u G j(3 v G r(u v[j] a t = v [R - 5]))}

HI. { 111G nR_s (r) a V v g r(3 u g s(u = v[s] Af = v[/? - 5]))}

IV. Select R.a, R.b from Ry S where R.c = S.c Which of the above queries are equivalent ?

(A) I and H    (B) I and m    (C) H and IV    (D) in and IV

Q.46 In the RSA public key cryptosystem, the private and public keys are (e, n) and (d, n) respectively, where n=p*q and p and q are large primes. Besides, n is public and p and q are private. Let M be an

integer such that 0 < M < n and <p(n) = (p-1 )(q -1). Now consider the following equations.

I.    M' = Me mod n

M = (M')d mod n

II.    ed = 1 mod n

III.    ed = 1 mod0(n)

IV.    M' = Me mod0(n)

M - (M')d mod0(h)

Which of the above equations correctly represent RSA cryptosystem ?

(A) I and II    (B) I and III    (C) II and IV    (D) m and IV

t

Q.47 While opening a TCP connection, the initial sequence number is to be derived using a time-of-day (ToD) clock that keeps running even when the host is down. The low order 32 bits of the counter of the ToD clock is to be used for the initial sequence numbers. The clock counter increments once per millisecond. The maximum packet lifetime is given to be 64s.

Which one of the choices given below is closest to the minimum permissible rate at which sequence numbers used for packets of a connection can increase ?

(A) 0.015/s    (B) 0.064/s    (C) 0.135/s    (D) 0.327/s

Q.48 Let G(;t)be the generator polynomial used for CRC checking. What is the condition that should be satisfied by G(x) to detect odd number of bits in error ?

(A)    G(x) contains more than two terms.

(B)    G(x) does not divide 1 + xk, for any k not exceeding the frame length.

(C)    1 + * is a factor of G{x).

(D)    G(x) has an odd number of terms.

Q.49 Which of the following statements are TRUE ?

I.    The context diagram should depict the system as a single bubble.

II.    External entities should be identified clearly at all levels of DFDs.

III.    Control information should not be represented in a DFD.

IV.    A data store can be connected either to another data store or to an external entity.

(A) n and III    (B) I, II and IV

(C) I and HI    (D) I, II and III

Q.50 Consider the following statements about the cyclomatic complexity of the control flow graph of a program module. Which of these are TRUE ?

I.    The cyclomatic complexity of a module is equal to the maximum number of linearly independent circuits in the graph.

II.    The cyclomatic complexity of a module is the number of decisions in the module plus one, where a decision is effectively any conditional statement in the module.

III.    The cyclomatic complexity can also be used as a number of linearly independent paths that should be tested during path coverage testing.

(A) I and II

(B) II and III (D) I, n and III


(C) I and III

Common Data Questions Common Data for Questions 51 and 52:

A hard disk has 63 sectors per track, 10 platters each with 2 recording surfaces and 1000 cylinders. The address of a sector is given as a triple s) , where c is the cylinder number, h is the surface number and s is the

sector number. Thus, the 0th sector is addressed as(0,0,0) , the lsl sector as(0,0,l) , and so on.

Q.51 The address (400,16,29) corresponds to sector number:

(A) 505035    (B) 505036    (C) 505037    (D) 505038

Common Data for Questions 53 and 54:

Q.52 The address of 1039lh sector is


(A) (0,15,31) (C) (0,16,31)


(B) (0,16,30) (D) (0,17,31)


A sub-sequence of a given sequence is just the given sequence with some elements (possibly none or all) left out. We are given two sequences X [m] and Y [n] of lengths m and n, respectively, with indexes of X and Y starting from 0.

Q.53 We wish to find the length of the longest common sub-sequence (LCS) of X[m] and Y[n] as where an incomplete recursive definition for the function l(i, j) to compute the length of the LCS of X[m] and Y[n] is given below :

l(itj) = 0    , if either i=0 or j=0

= exprl , if i,j>0 and X[i-1]=Y[-1]

= expr2 , if i,j>0 and X[i-1]*Y[j-1]

Which one of the following options is correct ?

(A)    exprl = /(i- 1, j) +1

(B)    exprl = l(i, j- 1)

(C)    expr2 = max(/( i- 1, j), l(i,j- 1))

(D)    e xpr2 = max(l(i-l, j-1), l(i, j) )

Q.54 The values of l(i,j) could be obtained by dynamic programming based on the correct recursive definition of l(i,j) of the form given above, using an array L [M, N], where M = m + 1 and N * n + 1, such that L[i,j] = l(i,j).

Which one the following statements would be TRUE regarding the dynamic programming solution for the recursive definition of l(i,j)?

(A)    All elements of L should be initialized to 0 for the values of l(i,j) to be properly computed.

(B)    The values of l(i, j) may be computed in a row major order or column major order of L [M,N]..

(C)    The values of l(i,j) cannot be computed in either row major order or column major order of

L[M,N] .

(D)    L[p,q] needs to be computed before L[r, s] if either p<r or q<s.

Common Data for Questions 55 and 56:

Consider the following relational schema :

Suppliers(sid: integer. sname:string, city:string, street:string)

Parts(pid:integer. pname:string, color:string)

Catalog(sid:integer. pid:integer. cost:real)

Q.55 Consider the following relational query on the above database :

SELECT S.sname

FROM Suppliers S

WHERE S.sid NOT IN ( SELECT C.sid

FROM Catalog C

WHERE C.pid NOT IN ( SELECT P.pid

FROM Parts P WHERE P.color o blue))

Assume that relations corresponding to the above schema are not empty. Which one of the following is the correct interpretation of the above query ?

(A)    Find the names of all suppliers who have supplied a non-blue part.

(B)    Find the names of all suppliers who have not supplied a non-blue part.

(C)    Find the names of all suppliers who have supplied only blue parts.

(D)    Find the names of all suppliers who have not supplied only blue parts.

Q.56 Assume that, in the suppliers relation above, each supplier and each street within a city has a unique name, and (sname, city) forms a candidate key. No other functional dependencies are implied other than those implied by primary and candidate keys. Which one of the following is TRUE about the above schema ?

(A)    The schema is in BCNF.

(B)    The schema is in 3NF but not in BCNF.

(C)    The schema is in 2NF but not in 3NF.

(D)    The schema is not in 2NF.

Linked Answer Questions Statement for Linked Answer Questions 57 and 58:

Frames of 1000 bits are sent over a 106bps duplex link between two hosts. The propagation time Frames are to be transmitted into this link to maximally pack them in transit (within the link).

is 25ms. numbers


Q.57 What is the minimum number of bits (/) that will be required to represent the sequence distinctly ? Assume that no time gap needs to be given between transmission of two frames.

(A) / = 2    (B) / = 3    (C) 1 = 4    (D) 1 = 5

Q.58 Suppose that the sliding window protocol is used with the sender window size of 2;, where / is the number of bits identified in the earlier part and acknowledgements are always piggy backed. After

sending 21 frames, what is the minimum time the sender will have to wait before starting transmission of the next frame ? (Identify the closest choice ignoring the frame processing time.)

(A) 16ms    (B) 18ms    (C) 20ms    (D) 22ms

Statement for Linked Answer Questions 59 and 60:

Consider a binary max-heap implemented using an array.

Q.59 Which one of the following array represents a binary max-heap ?

(A)    { 25, 12, 16, 13, 10, 8, 14 }

(B)    { 25, 14, 13, 16, 10, 8, 12 }

(C)    { 25, 14, 16, 13, 10, 8, 12 }

(D)    { 25, 14, 12, 13, 10, 8, 16 }

Q.60 What is the content of the array after two delete operations on the correct answer to the previous question ?

(A)    { 14, 13, 12, 10, 8 }

(B)    { 14, 12, 13, 8, 10 }

(C){    14,13,8,12, 10}

(D)    { 14, 13, 12, 8, 10 }

END OF THE QUESTION PAPER

cs    14/16







Attachment:

( 0 Votes )

Add comment


Security code
Refresh

Earning:   Approval pending.
You are here: PAPER Indian Institute of Technology Madras (IIT-M) 2009 M.Tech Computer and Information Science Computer science gate- - Question Paper