0 votes
91
Which of the following is best running time to sort $n$ integers in the range $0$ to $n^2-1$?$O(\text{lg } n)$$O(n)$$O(n\text { lg }n)$$O(n^2)$
0 votes
92
Of the following sort algorithms, which has execution time that is least dependant on initial ordering of the input?Insertion sortQuick sortMerge sortSelection sort
0 votes
93
If an array $A$ contains the items $10,4,7,23,67,12$ and $5$ in that order, what will be the resultant array $A$ after third pass of insertion sort?$67,12,10,5,4,7,23$$4,...
0 votes
94
The running time of Quick sort algorithm depends heavily on the selection of:No. of inputsArrangement of elements in an arraySize of elementsPivot Element
2 votes
95
0 votes
96
0 votes
97
Which of the following sorting algorithms does not have a worst case running time of $O(n​^2​)$?Insertion sort.Merge sort.Quick sort.Bubble sort.
0 votes
98
1 votes
106
0 votes
110
Which of the following is an efficient method of cache updating?Snoopy writesWrite throughWrite withinBuffered write
0 votes
111
1 votes
115
A computer has 32 bit instruction and 12 bit address . If there are 250 two address instructions , the no. of one -address instructions can be .....Plz formulate a generi...
0 votes
117
A stack organized computer is characterised by instructions withindirect addressingdirect addressingzero addressingindex addressing
0 votes
118
INCA(Increase register A by $1$) is an example of which of the following addressing mode?Immediate addressingIndirect addressingImplied addressingRelative addressing