3 votes
1 answer
1
Ans given is D.I want to know the logic behind
0 votes
0 answers
3
Will IIT HYDERABAD selects student based on gate score for MTECH ??if yes,then what is selection processs(DIRECT or INTERVIEW based)??
0 votes
0 answers
5
Consider the B+ tree shown in FigureWhat is the minimum number of insertions of data entries with distinct keys that will cause the height of the original tree to change ...
1 votes
0 answers
6
Let S = {1, 2,......,10 }.The number of unordered pairs A, B where A and B are disjoint non-empty subsets of S is _________ (counting unordered pairs simply means we don&...
1 votes
0 answers
10
S1: R(A) W(A) W(B)S2: R(A) W(A) R(B) W(B)How many view serializable schedules are possible which are not conflict serializable?(A) 0(B) 1(C) 2(D) 3
1 votes
0 answers
11
Consider the following two statements:P: Every regular grammar is LL(1)Q: Every regular set has a LR(1) grammarWhich of the following is TRUE?Both P and Q are trueP is tr...
0 votes
0 answers
13
time complexity of given functionfun(int n){for(int i = 0;i<n;i++) for(int j=i;j<i*i;j++) if(j%i==0){ for(int k =0;k<j;k++) printf("*"); ...
2 votes
2 answers
14
6 votes
1 answer
15
Consider the following table MysteryMysteryAB1Null2435Null6select count() from Mysterywhere A not in( select B from Mystery)(A) 1(B) 0(C) 4(D) 3ans is B givenplease expla...
1 votes
0 answers
18
The no of different balanced parenthesizes possible with n pairs of parenthesis?A. B. C. (2n)!D. n!please explain the answer.
3 votes
2 answers
19
what is the value of$\textstyle \lim_{x \to 2}\frac{x-2}{\log(x-1)}$
2 votes
1 answer
20
Let A be the matrix [3112][3112]. What is the maximum value of xT Ax where the maximum is taken over all x that are the unit eigenvectors of A?A)3B)(5 + &radic;5)/2C)3D)(...