SLR26 - Big O Notation

SLR26 - Big O Notation

4th - 12th Grade

26 Qs

quiz-placeholder

Similar activities

Algorithm Computer Science

Algorithm Computer Science

9th - 12th Grade

23 Qs

bjc vocab for unit 5

bjc vocab for unit 5

12th Grade

30 Qs

Repaso  Pseint

Repaso Pseint

9th - 12th Grade

23 Qs

Keyboard Shortcuts

Keyboard Shortcuts

6th - 8th Grade

22 Qs

Algorithms Recap

Algorithms Recap

12th Grade

31 Qs

Intro to Algorithms

Intro to Algorithms

9th - 12th Grade

23 Qs

Unit 8 Algorithms

Unit 8 Algorithms

5th Grade

25 Qs

Computer Science quiz

Computer Science quiz

11th Grade - University

28 Qs

SLR26 - Big O Notation

SLR26 - Big O Notation

Assessment

Quiz

Computers

4th - 12th Grade

Medium

Created by

Paul Gorvin

Used 8+ times

FREE Resource

26 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of notation is this?: O(N)

Constant

Logarithmic

Linear

Polynomial

Exponential

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of notation is this?: O(2N)

Constant

Logarithmic

Linear

Polynomial

Exponential

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of notation is this?: O(N2)

Constant

Logarithmic

Linear

Polynomial

Exponential

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of notation is this?: O(1)

Constant

Logarithmic

Linear

Polynomial

Exponential

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of notation is this?: O(log N)

Constant

Logarithmic

Linear

Polynomial

Exponential

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which notation is this a feature of?
"Nested loop"

O(1)
Constant

O(log N)
Logarithmic

O(N)
Linear

O(N2)
Polynomial

O(2N)
Exponential

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which notation is this a feature of?
"A single loop e.g. Linear search"

O(1)
Constant

O(log N)
Logarithmic

O(N)
Linear

O(N2)
Polynomial

O(2N)
Exponential

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