Table of Content

UGC NET Computer Science : June 2012 - Paper 2 (Solved Papers)


Question 1
A / B+ tree index is to be built on the name attribute of the relation STUDENT. Assume that all students names are of length 8 bytes, disk block are of size 512 bytes and index pointers are of size 4 bytes. Given this scenario what would be the best choice of the degree (i.e. the number of pointers per node) of the B+ tree ?
A
42
B
16
C
43
D
44
Question 2
The Inorder traversal of the tree will yield a sorted listing of elements of tree in
A
Heaps
B
Binary tree
C
None of the above
D
Binary search tree
Question 3
Mobile IP provides two basic functions.
A
Agent discovery and registration
B
Route discovery and registration
C
None of the above
D
IP binding and registration
Question 4
Pre-emptive scheduling is the strategy of temporarily suspending a gunning process
A
when it requests I/O
B
before the CPU time slice expires
C
to avoid collision
D
to allow starving processes to run
Question 5
In round robin CPU scheduling as time quantum is increased the average turnaround time
A
increases
B
remains constant
C
decreases
D
varies irregularly