44 votes
10 answers
3211
34 votes
4 answers
3213
A process executes the codefork(); fork(); fork();The total number of child processes created is$3$$4$$7$$8$
50 votes
2 answers
3216
The worst case running time to search for an element in a balanced binary search tree with $n2^{n}$ elements is$\Theta(n\log n)$$\Theta(n2^n)$$\Theta(n)$$\Theta(\log n)$
23 votes
4 answers
3217
Assuming $P \neq NP$, which of the following is TRUE?$NP- \ complete = NP$$NP-complete \cap P = \phi$$NP-hard = NP$$P = NP-complete$