Big O Notation

Big O Notation

12th Grade

19 Qs

quiz-placeholder

Similar activities

Fun with JavaScript #1

Fun with JavaScript #1

9th - 12th Grade

15 Qs

Quiz B1 về Mảng trong Python

Quiz B1 về Mảng trong Python

12th Grade

21 Qs

A Level - Big O Notation

A Level - Big O Notation

12th Grade

19 Qs

A Level CS 2.3: Algorithms - Analysis & Design

A Level CS 2.3: Algorithms - Analysis & Design

12th Grade

16 Qs

Analysis and design of algorithms

Analysis and design of algorithms

12th Grade

22 Qs

Algorithm in Computer Science

Algorithm in Computer Science

9th - 12th Grade

23 Qs

Coding CHASE

Coding CHASE

10th Grade - University

15 Qs

L3: Understanding Security Policies

L3: Understanding Security Policies

9th - 12th Grade

21 Qs

Big O Notation

Big O Notation

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Mrs Adam

Used 11+ times

FREE Resource

19 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Worst case time complexity for Bubble Sort

O(n^2) - Polynomial

O(1) - Constant

O(n) - Linear

O(n log n) - Linearithmic

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Best case time complexity for Insertion Sort

O(n^2) - Polynomial

O(1) - Constant

O(n) - Linear

O(n log n) - Linearithmic

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Average case time complexity for Merge Sort

O(n^2) - Polynomial

O(1) - Constant

O(n) - Linear

O(n log n) - Linearithmic

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Worst case time complexity for Quick Sort

O(n^2) - Polynomial

O(1) - Constant

O(n) - Linear

O(n log n) - Linearithmic

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Best case time complexity for Bubble Sort

O(n^2) - Polynomial

O(1) - Constant

O(n) - Linear

O(n log n) - Linearithmic

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Average case time complexity for Insertion Sort

O(n^2) - Polynomial

O(1) - Constant

O(n) - Linear

O(n log n) - Linearithmic

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Worst case time complexity for Quick Sort

O(n^2) - Polynomial

O(1) - Constant

O(n) - Linear

O(n log n) - Linearithmic

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?

Discover more resources for Computers