2 votes
0 answers
1
Which companies visited IIT Kanpur for placements this academic year?
0 votes
0 answers
3
1 votes
0 answers
6
The number of view equal serial schedules possible for the given schedule are:S: w1(A) r2(A) w3(A) r4(A) w5(A) r6(A) w7(A) r8(A)
0 votes
0 answers
8
A priority queue is used to implement a stack efficiently. Push(C) is implemented as insert 'C'. Pop is implemented as a delete minimum element. For a sequence of operati...
0 votes
0 answers
9
GATE exam is online, so people are not allowed to take their question papers. So how do people calculate their marks? Does a copy of exam paper is mailed to the candidate...
0 votes
1 answer
10
Assume a B-plus tree as:Size of search key=15BSize of block=512BSize of record pointer=9BSize of block pointer=8BWhat is the maximum number of nodes that can be accomodat...
0 votes
1 answer
13
What is the maximum number of nodes if a B+ tree has order 4 and number of levels as 6?
0 votes
2 answers
14
What is the maximum number of records that can be indexed for a B+ tree of 4 levels with order 10 and root at level 1?
0 votes
1 answer
15
What is the difference between different types of indices:1. Clustered Index2. Unclustered Index3. Dense Index4. Sparse Index
9 votes
2 answers
16
Suppose we use a hash function h to hash n distinct keys into an array T of length m. Assuming simple uniform hashing, what is the expected number of collisions?