Asymptotic Notation

Asymptotic Notation

12th Grade

10 Qs

quiz-placeholder

Similar activities

Paper 2 Revision

Paper 2 Revision

10th Grade - University

15 Qs

Understanding Data Structures

Understanding Data Structures

11th Grade - University

10 Qs

Sorting and searching algorithms

Sorting and searching algorithms

12th Grade

10 Qs

Algorithm Complexity Quiz

Algorithm Complexity Quiz

9th - 12th Grade

10 Qs

PYTHON 1

PYTHON 1

11th - 12th Grade

10 Qs

Program Efficiency 2

Program Efficiency 2

12th Grade

15 Qs

CS Python Fundamentals 8.8 Lesson Quiz

CS Python Fundamentals 8.8 Lesson Quiz

9th - 12th Grade

10 Qs

Sorting Algorithm

Sorting Algorithm

9th - 12th Grade

10 Qs

Asymptotic Notation

Asymptotic Notation

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Albert Llego

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the goal of analysis of algorithm?

To compare algorithms in terms of Running Time

To increase memory space

To lessen the time in running the program

To detect virus in the program

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

It is a way to describe the behavior of functions in the limit or without bounds.

Algorithm Analysis

Asymptotic Notation

Symptotic Notation

Algorithm Design

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What do we mean by Running Time Analysis?

Determine how running time decreases as the size of the problem decreases

Determine how running time decreases as the size of the problem increases

Determine how running time increases as the size of the problem increases

Determine how running time increases as the size of the problem decreases

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

It is used to describe the upper bound of an algorithm's running time or space usage.

Linear Search

Big Theta Notation

Big Omega Notation

Big O Notation

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

It describes the lower bound of an algorithm's running time or space usage.

Big O Notation

Linear Search

Big Theta Notation

Big Omega Notation

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

It is used when an algorithm's time complexity or space complexity is exactly bounded both from above and below.

Big O Notation

Linear Search

Big Theta Notation

Big Omega Notation

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

It is an algorithm that checks each element in a list sequentially until the target element is found.

Linear Search

Binary Search

Bubble Sort

Merge Sort

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?