Recent questions tagged gatecse-2011

29 votes
2 answers
32
Consider the following table of arrival time and burst time for three processes $P0, P1$ and $P2.$$$\small \begin{array}{|c|c|c|} \hline \textbf{Process} & \textbf{Arriva...
25 votes
7 answers
36
Given $i = \sqrt{-1}$, what will be the evaluation of the definite integral $\int \limits_0^{\pi/2} \dfrac{\cos x +i \sin x} {\cos x - i \sin x} dx$ ?$0$$2$$-i$$i$
56 votes
6 answers
37
48 votes
9 answers
38
We are given a set of $n$ distinct elements and an unlabeled binary tree with $n$ nodes. In how many ways can we populate the tree with the given set so that it becomes a...
36 votes
4 answers
41
23 votes
2 answers
43
A max-heap is a heap where the value of each parent is greater than or equal to the value of its children. Which of the following is a max-heap?
43 votes
2 answers
44
What does the following fragment of C program print?char c[] = "GATE2011"; char *p = c; printf("%s", p + p[3] - p );$\text{GATE2011}$$\text{E2011}$$2011$$011$
17 votes
2 answers
49
27 votes
6 answers
51
The minimum number of $\text{D}$ flip-flops needed to design a mod-258 counter is98512258
24 votes
7 answers
52
The simplified SOP (Sum of Product) from the Boolean expression$$(P + \bar{Q} + \bar{R}) . (P + \bar{Q} + R) . (P + Q +\bar{R})$$ is $(\bar{P}.Q+\bar{R})$$(P+\bar{Q}.\bar...
22 votes
2 answers
53
Which one of the following circuits is NOT equivalent to a $2$-input $XNOR$ (exclusive $NOR$) gate?