Tag: architecture
Questions Related to architecture
-
by this way computer can keep track only the address of the first element and the addresses of other elements can be calculated
-
the architecture of computer memory does not allow arrays to store other than serially
-
both of above
-
none of above
-
Processor and memory
-
Complexity and capacity
-
Time and space
-
Data and space
-
Best case
-
Worst case
-
Average case
-
Null case
-
When Item is somewhere in the middle of the array
-
When Item is not in the array at all
-
When Item is the last element in the array
-
When Item is the last element in the array or is not there at all
-
Much more complicated to analyze than that of worst case
-
Much more simpler to analyze than that of worst case
-
Sometimes more complicated and some other times simpler than that of worst case
-
None or above
-
Item is somewhere in the middle of the array
-
Item is not in the array at all
-
Item is the last element in the array
-
Item is the last element in the array or is not there at all
-
O(n)
-
O(log n)
-
O(n2)
-
O(n log n)
-
O(n)
-
O(log n)
-
O(n2)
-
O(n log n)
-
O(n)
-
O(log n)
-
O(n2)
-
O(n log n)
-
Bubble sort
-
Insertion sort
-
Quick sort
-
All of above