2 votes
0 answers
21
Let f(n)=O(n),g(n)=O(n) and h(n)=Ѳ(n). Then [f(n).g(n)]+h(n)is:Ω (n)O (n)Ѳ (n)None of these
2 votes
1 answer
22
Flooding always guaranteed to send packet from source to destination with minimum number of hops. (True / False)
2 votes
0 answers
24
1 votes
1 answer
25
Is the following lattice distributed ?
2 votes
0 answers
26
Consider a stack and we wish to perform an operation StackDelete() in which we wish to delete all the elements of the stack .What is the worst case time complexity of doi...
3 votes
2 answers
27
Can a DCFG grammar be Ambiguous? If so please provide an example.
2 votes
0 answers
28
I know that LL(1) grammar can have No left factoring ,No Left recursion and No Ambiguity.Is same thing true for LL(k) as well i.e. LL(k) which is reading k symbols at a...
0 votes
1 answer
30
1 votes
0 answers
31
If a process releases all its resources before requesting a new resource, then deadlock is possible.(True/False)
0 votes
1 answer
32
2 votes
1 answer
33
Suppose size of block 1000 bytes search key of 12 bytes, pointer size 8 bytes. How many maximum records in DB file which can index by dense B+ tree of 2 levels?
2 votes
2 answers
34
The minimum number of elements (keys) that need to be inserted into a B+ tree with the order of internal node 3 [maximum child pointers per node] and leaf node 2 [maximum...
0 votes
2 answers
36
Multiplying all edge weights by a positive number(>1) will always change the cost of minimum spanning tree.True/False
1 votes
0 answers
38
Balanced Binary Tree vs Complete TreeInsertion and Deletion is faster in which of the above 2 structures?
0 votes
1 answer
40