GATE CSE 2009


Q21.

Which one of the following in NOT necessarily a property of a Group?
GateOverflow

Q22.

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?
GateOverflow

Q23.

Consider a binary max-heap implemented using an array. Which one of the following array represents a binary max-heap?
GateOverflow

Q24.

Consider a binary max-heap implemented using an array. What is the content of the array after two delete operations on {25,14,16,13,10,8,12}
GateOverflow

Q25.

A CPU generally handles an interrupt by executing an interrupt service routine
GateOverflow

Q26.

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

Q27.

How many 32K x 1 RAM chips are needed to provide a memory capacity of 256Kbytes?
GateOverflow

Q28.

Consider the following graph: Which one of the following is NOT the sequence of edges added to the minimum spanning tree using Kruskal's algorithm?
GateOverflow

Q29.

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

Q30.

Which one of the following is FALSE?
GateOverflow