6 votes
92
9 votes
93
6 votes
94
Q : One basic doubt that is coming to my mind is whether number of splits in the process of insertion in B+ Tree indexing going to change if we consider left biasing and ...
9 votes
96
Difference between with clear exampleHadrware Interrupt, External InterruptSoftware Interrupt, Internal Interrupt
3 votes
101
2 votes
103
5 votes
105
Consider a complete graph on 10 vertices. Minimum no. of edge removals required to make a tree out of it will be ____
7 votes
107
Consider a complete graph of 10 vertices. The minimum no. of edge removals required to make the graph disconnected is ______
6 votes
109
Is an array that is sorted in decreasing order a max-heap?always yesalways nosometimes onlyyes but not in presence of duplicates
5 votes
112
About how many compares will Quicksort() make when sorting an array of N items that are all equal?$\Theta(\lg N)$$\Theta(N\lg N)$$\Theta(\lg \lg N)$$\Theta(N/\lg N)$
3 votes
113
#OS
2 votes
114
If f(n)=O(g(n)) for f,g are non decreasing functions ,thenf(n)*log2(f(n)c) =O(g(n) * log2g(n)) , c is power of f(n) isa)Always trueb) Neverc) Sometimes true , sometimes ...
5 votes
116
Let M range over Turing machine descriptions. Consider the set REG= {M | L(M) is a regular set} and let the complement of REG be Co-REG. Which of the following is true?(A...
4 votes
117
Can anyone provide the proof of halting problem of turing machines by contradiction ? If possible, give example, how is it reduced to other turing problems ?
6 votes
118
Consider the following language.L = {wxwy | x,y,w∈(a+b)+}How many states are there in equivalent NFA for above L?
8 votes
120