0 votes
1 answer
2
among primary index, secondary index, clustered index which index are dense or sparse or both?
1 votes
4 answers
3
grammar is CLR(1) or not?if yes then how?
0 votes
0 answers
4
what is approach to solve this type of question?
2 votes
2 answers
6
if (G,*) is a cyclic group of order 97 , then number of generator of G is equal to ___
0 votes
0 answers
7
is mergesort inplace on linked list?it is not inplace on array
0 votes
1 answer
8
1 votes
0 answers
10
is given solution correct?
1 votes
1 answer
11
what is the maximum possible hight of AVL tree with 54 node?is there any general method to solve this question?
0 votes
0 answers
12
A) (1-(N / K)) ^ r b) (1-(K / N)) ^ r c) (1+(N / K)) ^ r-1 d) (1-(K / N)) ^ r-1
0 votes
0 answers
13
let R be the class of recursive program and l be the class of iterative program now consider below statement S S : every program in R uses strictly more space compare to ...
0 votes
1 answer
14
how to find total number of concurrent schedule possible when any schedule is given ?for example consider this scheduleT1 : R1(A) , W1(A) , R1(B) , W1(B) ;T2 : R2(A) , W2...
0 votes
1 answer
15
i don’t know how to solve co-related sub query...i practice lots of problems but still i cant solvecan anyone tell the method or approach to solve co-related sub query ...
0 votes
1 answer
16
consider following grammerS → aSb / aSbb / aSbbb / …..is language generated by above grammer is DCFL?
0 votes
0 answers
19
test and set is used to implement Lock / Unlock to avoid BUSSY WAITING.above statement is true or false?
0 votes
1 answer
20