Attempt All of the following questions. Each question carry equal mark
Best case
Worst case
Average case
Null case
Rate this question:
O(n)
O(log n)
O(n2)
O(n log n)
Rate this question:
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
Rate this question:
O(n)
O(log n)
O(n2)
O(n log n)
Rate this question:
Sorting
Merging
Inserting
Traversal
Rate this question:
For relatively permanent collections of data
for the size of the structure and the data in the structure are constantly changing
For both of above situation
For none of above situation
Rate this question:
O(n)
O(log n)
O(n2)
O(n log n)
Rate this question:
Processor and memory
Complexity and capacity
Time and space
Data and space
Rate this question:
Traversal
Search
Sort
None of above
Rate this question:
For relatively permanent collections of data
For the size of the structure and the data in the structure are constantly changing
For both of above situation
For none of above situation
Rate this question:
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
Rate this question:
Arrays
Linked lists
Both of above
None of above
Rate this question:
The name of array
the data type of array
The first data from the set to be stored
The index set of the array
Rate this question:
Counting the maximum memory needed by the algorithm
Counting the minimum memory needed by the algorithm
Counting the average memory needed by the algorithm
Counting the maximum disk space needed by the algorithm
Rate this question:
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
Rate this question:
O(n)
O(log )
O(n2)
O(n log n)
Rate this question:
Counting microseconds
Counting the number of key operations
Counting the number of statements
Counting the kilobytes of algorithm
Rate this question:
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
Rate this question:
Single linked list
Linear doubly linked list
Circular linked list
None of these
Rate this question:
2
1
0
3
Rate this question:
N2
N
N3
Nn
Rate this question:
Internal change
Inter-module change
Side effect
Side-module update
Rate this question:
0
5
10
15
Rate this question:
3
4
5
6
Rate this question:
16
12
6
10
Rate this question:
4
5
6
3
Log n
N
N2
Nn
Rate this question:
Xxx
Yyy
Zzz
Can not be determined
Rate this question:
2 deletion and 3 additions
3 deletions and 2 additions
3 deletions and 3 additions
3 deletions and 4 additions
Rate this question:
Has 19 nodes
Has 16 nodes
Has 15 nodes
None of the above
Rate this question:
Only (i)
Only (ii)
Both (i) and (ii)
Both (ii) and (III)
Rate this question:
Post order traversal
Inorder traversal
Preorder traversal
None of above
Rate this question:
3
Junk value
Run time error
Address of the third element
Rate this question:
L1,L2
Max(L1,L2)
Min(L1,L2)
L1+L2-1
Rate this question:
N/2
(n-1)/2
(n+1)/2
Log (n) + 1
Rate this question:
A1
A2
A3
A4
Rate this question:
Stable
Consistent
External
Linear
Rate this question:
Bubble sort
Selection sort
Insertion sort
Merge sort
Rate this question:
O(n logn)
O(2n)
O(n2)
None of above
Rate this question:
8/3
8/5
11/7
11/6
Rate this question:
2
5
3
0
Rate this question:
Log (n +1) - 1
Log (n)
Log (n -1)n -1
Log (n) + 1
Rate this question:
Max(f(n),g(n))
Min(f(n),g(n))
F(n)+g(n)
F(n)*g(n)
Rate this question:
11
12
13
14
Rate this question:
5 x 6 matrix with 9 non-zero entries
5 x 6 matrix with 8 non-zero entries
6 x 5 matrix with 8 non-zero entries
6 x 5 matrix with 9 non-zero entries
Rate this question:
Conceptually easier
Completely dynamic
Efficient in accessing an entry
Efficient if the sparse matr4ix is a band matrix
Rate this question:
S [Top-n]
S [Top+n]
S [Top-n-1]
None of the above
Rate this question:
First record of the actual data
Last record of the actual data
Pointer to the last record of the actual data
None of above
Rate this question:
Quiz Review Timeline (Updated): Apr 16, 2024 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.