Big O Notation Revision

Quiz
•
Computers
•
12th Grade
•
Hard
B McCue
Used 20+ times
FREE Resource
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the Big O notation O(1) signify about an algorithm's performance?
The algorithm's performance improves as the data set increases.
The algorithm's performance declines as the data set increases.
The algorithm executes in the same time regardless of the size of the data set.
The algorithm's performance is proportional to the square of the size of the data set.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which Big O notation describes an algorithm that halves the data set in each pass?
O(n)
O(log n)
O(n2)
O(2n)
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What type of algorithmic complexity is described by O(N^2)?
Constant
Logarithmic
Linear
Polynomial
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which example use is associated with the Big O notation O(N)?
Binary search
Hashing algorithm
Linear search
Quick sort
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the Big O notation for an algorithm that becomes less efficient with each addition to the data set, doubling its processing time?
O(1)
O(n)
O(log n)
O(2n)
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the average time complexity of a binary search on an array?
O(1)
O(log n)
O(n)
O(n2)
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the worst-case space complexity of Merge Sort?
O(1)
O(log n)
O(n)
O(n log n)
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
analysis of algorithm (lecture 2)

Quiz
•
12th Grade
15 questions
CPIT 201 Algorithms

Quiz
•
12th Grade - University
15 questions
Programming basics

Quiz
•
12th Grade
10 questions
Linear Data

Quiz
•
12th Grade
11 questions
2.1.3. Thinking Procedurally

Quiz
•
12th Grade
11 questions
Neural Network Introduction

Quiz
•
7th - 12th Grade
10 questions
CS Basics Quiz

Quiz
•
12th Grade
15 questions
CS Algorithms Quiz

Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade