0 votes
41
Clustering index is always sparse?? comment with explanation...??
0 votes
42
however number of comparisions in binary search=O(loglogn) and in linear search it is O(logn),time complexity in case of binary search- O(logn) and in case of linear it i...
3 votes
43
A processor needs software interrupt to(a) test the interrupt system of the processor(b) implement co routines(c) obtain system services which need execution of priviledg...
37 votes
44
Which of the following requires a device driver?RegisterCacheMain memoryDisk
0 votes
48
The process of assigning similar objects/entities to object/entity type known asa)Classification b)Instantiationc)Specializationd)Generalization
0 votes
50
Segmentation may contain a) Internal fragmentationb) External fragmentationc) Both d) NoneAlso please explain the answer...
3 votes
54
why in a hash table in which collisions are resolved by a chaining , a successful search takes average- case time ⊖(1+load factor) ,under the assumption of simple unifo...
3 votes
55
When parent process executes fork system call process moves into a) created state b)ready state c)running state d)zombie state
0 votes
56
Describe a Θ(nlgn)-time algorithm that, given a set S of n integers and another integer x, determines whether or not there exists two elements of S whose sum is exactly ...
5 votes
57
In a separate chaining hash table with load factor =0.8, what is the average length of a list ?a) 0.8 b) 1.0 c) 1.25d) there is not enough informatione) there is enough i...
4 votes
58
How are elements deleted in linear probing ?(a) Deletion is not allowed(b) they are changed to zero(c) they are marked deleted(d) unchecked deallocation(e) None of the ab...
0 votes
59
Decompose a relation into 3NF , BCNF, 2NF , How to get it?
0 votes
60
Sorry for the bad quality picture. Which of these is correct? (1 or 2)
6 votes
65
Let $L$ be a context-free language and $M$ a regular language. Then the language $L ∩ M$ isalways regularnever regularalways a deterministic context-free languagealways...
0 votes
66
is it cfl L = { a^n b^n c^m | n>=1 , m=2n } ?i did like for stack push and pop " a & b " are coverd and later we are having stack empty? can we write this language ...
0 votes
69
Can anone please explain what is a perfect matching in graph theory?
–1 votes
70
Is sqrt(n)+ log n = omega(log n)? If yes then please explain why...?