Y13 Big O notation

Y13 Big O notation

10th Grade - University

16 Qs

quiz-placeholder

Similar activities

Understanding Algorithm Complexity and Big O Notation (video)

Understanding Algorithm Complexity and Big O Notation (video)

12th Grade

11 Qs

Big O Notation Quiz

Big O Notation Quiz

11th - 12th Grade

21 Qs

DS- UNIT-1

DS- UNIT-1

University

20 Qs

Fundamentals of Algorithms - Unit 1 - Test 1

Fundamentals of Algorithms - Unit 1 - Test 1

University

15 Qs

Algorithm Complexity Final Exam

Algorithm Complexity Final Exam

University

15 Qs

Time and Space Complexity

Time and Space Complexity

University

15 Qs

2.3.1. Analysis Design and Comparison of Algorithms

2.3.1. Analysis Design and Comparison of Algorithms

12th Grade

18 Qs

Algorithm Analysis

Algorithm Analysis

University

21 Qs

Y13 Big O notation

Y13 Big O notation

Assessment

Quiz

Computers

10th Grade - University

Medium

Created by

Sharbrook stapleton

Used 111+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Indicate constant time complexity in terms of Big-O notation

O(n)

O(1)

O(log n)

O (n^2)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Indicate exponential time complexity in terms of big-O notation

O (n)

O (n^2)

O (2^n)

O (log n)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Find the slowest time complexity

O (n)

O (n^2)

O (n!)

O (2^n)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which notation is consistent for every execution?

O (n)

O (n^2)

O (1)

O (2^n)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The O (n!) is so inefficient, there is no practical use for it

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which notation grows in proportion to the size of the input

O (n)

O (n^2)

O (1)

O (2^n)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which notation would you usually use for a nested loop?

O (n)

O (n^2)

O (1)

O (2^n)

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?