Y13 Big O notation

Y13 Big O notation

10th Grade - University

16 Qs

quiz-placeholder

Similar activities

2.3.1 Algorithms

2.3.1 Algorithms

11th Grade

18 Qs

ONE 6th FORM A* & Dijkstras and complexities

ONE 6th FORM A* & Dijkstras and complexities

12th Grade

20 Qs

Big O Notation Quiz

Big O Notation Quiz

11th - 12th Grade

21 Qs

Quiz 1_DSA

Quiz 1_DSA

University

20 Qs

ANALYSIS OF ALGORITHMS

ANALYSIS OF ALGORITHMS

University

15 Qs

Algorithms Data

Algorithms Data

University

15 Qs

DAA_C_MCQ - 1

DAA_C_MCQ - 1

University

12 Qs

Stacks and Queues Quiz

Stacks and Queues Quiz

University

15 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?