GATE-CS-2001 (original) (raw)

Which of the following does not interrupt a running process?

Randomized quicksort is an extension of quicksort where the pivot is chosen randomly. What is the worst case complexity of sorting n numbers using randomized quicksort?

Where does the swap space reside?

The process of assigning load addresses to the various parts of the program and adjusting the code and date in the program to reflect the assigned addresses is called

Consider a virtual memory system with FIFO page replacement policy. For an arbitrary page access pattern, increasing the number of page frames in main memory will

Consider a machine with 64 MB physical memory and a 32-bit virtual address space. If the page size is 4KB, what is the approximate size of the page table?

Which of the following statements is false?

Which of the following requires a device driver?

Consider the following graph:

Graph

Which edges would be included in the minimum spanning tree using Prim's algorithm starting from vertex A?

Options: a) b) c) d)

Consider a relation geq which represents “greater than or equal to”, that is, (x,y) ∈ geq only if y >= x.

create table geq
(
ib integer not null
ub integer not null
primary key 1b
foreign key (ub) references geq on delete cascade
)

Which of the following is possible if a tuple (x,y) is deleted?

There are 50 questions to complete.

Take a part in the ongoing discussion