Menu

Asymptotic Notation Questions

MCQ
11.
When we say an algorithm has a time complexity of O (n), what does it mean?
forum Discussion
MCQ
12.
Read the following statements carefully, and choose the correct answer. I. The ? notation is Anti Symmetric. II. The big Oh notation is Semi Equivalence.
forum Discussion
MCQ
13.
The amount of memory needs to run to completion is known as_____________
forum Discussion
MCQ
14.
__________ is the minimum number of steps that can executed for the given parameters
forum Discussion
MCQ
15.
__________ is the maximum number of steps that can executed for the given parameters
forum Discussion
MCQ
16.
__________ is the average number of steps that can executed for the given parameters
forum Discussion
MCQ
17.
Performance based criteria of algorithm , which has to do with its computing time is _______________
forum Discussion
MCQ
18.
Performance based criteria of algorithm , which has to do with its storage requirements is _______________
forum Discussion
MCQ
19.
O(1) means computing time is __________________
forum Discussion
MCQ
20.
O(n) means computing time is __________________
forum Discussion