Search Header Logo

Understanding Asymptotic Notations

Authored by Chandra Narsingoju

English

12th Grade

CCSS covered

Used 5+ times

Understanding Asymptotic Notations
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does Big O notation represent?

Big O notation represents the upper bound of an algorithm's time or space complexity.

Big O notation is used to compare the efficiency of different programming languages.

Big O notation measures the average case performance of an algorithm.

Big O notation indicates the exact runtime of an algorithm.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Binary search is an example of a(n) ________ algorithm.

Greedy

Dynamic programming

Backtracking

Divide-and-conquer

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does time complexity refer to in algorithms?

The amount of time required to execute an algorithm

The number of loops in an algorithm

The space required to store data in an algorithm

None

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following shows the correct relationship among some of the more common computing times on algorithms

. O(log n) < O(n) < O( n* log n) < O(2n ) < O(n2)

O(log n) < O(n) < O( n* log n) < O(n2) < O(2n )

O(n) < O(log n) < O( n* log n) < O(n2) < O(2n )  

O(n) < O(log n) < O( n* log n) < O(2n ) < O(n2)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Lower bound is denoted as _______

Ω     

Θ

ω

O

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity of Merge Sort in the worst case?

O(n log n)

O(n)

O(n^2)

O(log n)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which part of the array is typically used as a pivot in the simplest version of Quick Sort?

First element

Last element

Middle element

Any element, depending on implementation

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?