Understanding Asymptotic Notations

Understanding Asymptotic Notations

12th Grade

15 Qs

quiz-placeholder

Similar activities

English Revision - Part 1

English Revision - Part 1

2nd Grade - University

20 Qs

Team Meeting - 8 July 2020

Team Meeting - 8 July 2020

1st Grade - University

11 Qs

Beginning Sounds

Beginning Sounds

KG - University

15 Qs

Year 1 Phonics (h, b)

Year 1 Phonics (h, b)

1st Grade - University

15 Qs

Logarithmic Applications: Evaluate & Convert Log Expressions

Logarithmic Applications: Evaluate & Convert Log Expressions

11th Grade - University

10 Qs

Vowel Sounds (O - A)

Vowel Sounds (O - A)

9th - 12th Grade

15 Qs

Applying Logarithms: Real-World Problem Solving for Grade 10

Applying Logarithms: Real-World Problem Solving for Grade 10

10th Grade - University

10 Qs

Exponential Growth & Logarithmic Skills Challenge

Exponential Growth & Logarithmic Skills Challenge

10th Grade - University

10 Qs

Understanding Asymptotic Notations

Understanding Asymptotic Notations

Assessment

Quiz

English

12th Grade

Medium

CCSS
HSN.VM.C.8

Standards-aligned

Created by

Chandra Narsingoju

Used 3+ times

FREE Resource

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

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?