Recent questions tagged gatecse-2001

22 votes
7 answers
33
What is the minimum number of stacks of size $n$ required to implement a queue of size $n$?OneTwoThreeFour
53 votes
6 answers
34
How many undirected graphs (not necessarily connected) can be constructed out of a given set $V=\{v_1, v_2, \dots v_n\}$ of $n$ vertices?$\frac{n(n-1)} {2}$$2^n$$n!$$2^\f...
47 votes
5 answers
38
Consider the circuit shown below. The output of a $2:1$ MUX is given by the function $(ac' + bc)$.Which of the following is true?$f=X_1'+X_2$$f=X_1'X_2+X_1X_2'$$f=X_1X_2+...
30 votes
4 answers
39
33 votes
2 answers
40
Which is the most appropriate match for the items in the first column with the items in the second column:$$\begin{array}{|cl|cl|} \hline \text{X.} &\text{Indirect Addres...
41 votes
4 answers
44
38 votes
4 answers
45
Seven (distinct) car accidents occurred in a week. What is the probability that they all occurred on the same day?$\dfrac{1}{7^7}\\$$\dfrac{1}{7^6}\\$$\dfrac{1}{2^7}\\$$\...
38 votes
9 answers
48
How many $4$-digit even numbers have all $4$ digits distinct?$2240$$2296$$2620$$4536$
52 votes
3 answers
49
25 votes
2 answers
51
Which of the following requires a device driver?RegisterCacheMain memoryDisk
37 votes
3 answers
53
37 votes
6 answers
54
36 votes
2 answers
55
The process of assigning load addresses to the various parts of the program and adjusting the code and the data in the program to reflect the assigned addresses is called...
43 votes
4 answers
58
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?$O...
30 votes
1 answer
60
A processor needs software interrupt totest the interrupt system of the processorimplement co-routinesobtain system services which need execution of privileged instructio...