Recent questions tagged gatecse-2010

73 votes
10 answers
3
55 votes
9 answers
5
Given digits $ 2, 2, 3, 3, 3, 4, 4, 4, 4$ how many distinct $4$ digit numbers greater than $3000$ can be formed?$50$$51$$52$$54$
19 votes
3 answers
9
11 votes
3 answers
10
12 votes
5 answers
11
7 votes
1 answer
12
10 votes
1 answer
13
Which of the following options is the closest in meaning to the word given below:Circuitouscyclicindirectconfusingcrooked
11 votes
3 answers
14
23 votes
3 answers
16
A hash table of length $10$ uses open addressing with hash function $h(k) = k \mod 10$, and linear probing. After inserting $6$ values into an empty hash table, the table...
61 votes
6 answers
21
31 votes
4 answers
24
Consider the following schedule for transactions $T1, T2$ and $T3:$$$\begin{array}{|c|c|c|}\hline \textbf{T1} & \textbf{T2} & \textbf{T3} \\\hline \text{Read(X)} & \text...
62 votes
9 answers
25
40 votes
2 answers
28
The grammar $ S \to aSa \mid bS \mid c$ is LL(1) but not LR(1)LR(1) but not LL(1)Both LL(1) and LR(1)Neither LL(1) nor LR(1)