
Asymptotic Notations Practice Questions
Authored by Manas Mishra
Computers
University
Used 100+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
58 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following case does not exist in complexity theory?
Best case
•Worst case
•Average case
Null case
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
•The worst case complexity for insertion sort is _________
•
O(n)
•
O(log n)
•O(n2)
•O(n log n)
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int fun(int n)
•{
•int count = 0;
•for (int i = 0; i < n; i++)
•for (int j = i; j > 0; j--)
count = count + 1;
•return count;
•}
Theta (n)
Theta (n^2)
•Theta (n*Logn)
•Theta (nLognLogn)
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does it mean when we say that an algorithm X is asymptotically more efficient than Y?
X will always be a better choice for small inputs
•X will always be a better choice for large inputs
•Y will always be a better choice for small inputs
•X will always be a better choice for all inputs
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
•What is the time complexity of following code:
•int a = 0, b = 0;
•for (i = 0; i < N; i++) {
•a = a + rand();
•}
•for (j = 0; j < M; j++) {
•b = b + rand();
•}
•O(N * M) time,
•O(N + M) time,
None of these
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
•To measure Time complexity of an algorithm Big O notation is used which:
describes limiting behaviour of the function
•characterises a function based on growth of function
•upper bound on growth rate of the function
•all of the mentioned
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
•If for an algorithm time complexity is given by O(n) then complexity of it is:
•constant
•linear
•exponential
•none of the mentioned
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
61 questions
PC HARDWARE
Quiz
•
University
60 questions
Cuestionario Java & SpringBoot
Quiz
•
University
57 questions
Quiz PTI-Pertemuan9-10
Quiz
•
University
60 questions
IC3_GS6_LV2
Quiz
•
7th Grade - University
53 questions
UTS Struktur Data
Quiz
•
University
55 questions
NETWORK HARDWARE
Quiz
•
University - Professi...
60 questions
FDS_MIDTERM
Quiz
•
University
60 questions
IoT_Midterm
Quiz
•
University
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
29 questions
Alg. 1 Section 5.1 Coordinate Plane
Quiz
•
9th Grade
22 questions
fractions
Quiz
•
3rd Grade
11 questions
FOREST Effective communication
Lesson
•
KG
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
Discover more resources for Computers
12 questions
IREAD Week 4 - Review
Quiz
•
3rd Grade - University
7 questions
Fragments, Run-ons, and Complete Sentences
Interactive video
•
4th Grade - University
7 questions
Renewable and Nonrenewable Resources
Interactive video
•
4th Grade - University
10 questions
DNA Structure and Replication: Crash Course Biology
Interactive video
•
11th Grade - University
5 questions
Inherited and Acquired Traits of Animals
Interactive video
•
4th Grade - University
5 questions
Examining Theme
Interactive video
•
4th Grade - University
20 questions
Implicit vs. Explicit
Quiz
•
6th Grade - University
7 questions
Comparing Fractions
Interactive video
•
1st Grade - University