
AP CPS - Algorithmic Complexity

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Robin Wiethüchter
Used 32+ times
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
An algorithm that needs n steps is __
linear
polynomial
exponential
factorial
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
An algorithm that needs n^4 steps is __
linear
polynomial
exponential
factorial
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
An algorithm that needs n*10+5 steps is __
linear
polynomial
exponential
factorial
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
An algorithm that needs 3^n steps is __
linear
polynomial
exponential
factorial
5.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
which time complexities are reasonable
linear
logarithmic
exponential
polynomial
factorial
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
For which of the following situations would it be best to use a heuristic in order to find a solution that runs in a reasonable amount of time?
Adding an item to a list of n elements, which can be done in constant time.
Planning an optimal delivery route that visits each of n locations exactly once, which can require exploring n! possible paths.
Performing a binary search on a sorted list of n items, which requires at most log n comparisons.
Performing a binary search on a sorted list of n items, which requires at most \log n comparisons.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The algorithm runs in a reasonable amount of time because it will use approximately n steps to draw n shapes.
The algorithm runs in a reasonable amount of time because it will use approximately n^2 steps to draw n shapes.
The algorithm runs in an unreasonable amount of time because it will use approximately n steps to draw n shapes.
The algorithm runs in an unreasonable amount of time because it will use approximately 2^n steps to draw n shapes.
8.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
A
B
C
D
9.
MATCH QUESTION
1 min • 1 pt
Match the following
Logarithmic
Time Complexity of Travelling Salesman
Factorial
Time Complexity of adding a number to a list
Constant
Time Complexity of Linear Search
Linear
Time Complexity of Binary Search
Similar Resources on Wayground
10 questions
AP Computer Science Principles - Unit 6: Algorithms

Quiz
•
9th - 12th Grade
14 questions
AP CSP Unit 10 Code.org

Quiz
•
11th Grade
10 questions
Search Algorithms

Quiz
•
9th - 12th Grade
10 questions
Algorithm and Problem Solving Quiz

Quiz
•
12th Grade
11 questions
37. Algorithm - Producing Algorithms Quiz

Quiz
•
9th - 12th Grade
10 questions
CODE.ORG VOCABULARY 1

Quiz
•
6th - 12th Grade
12 questions
Computer Science

Quiz
•
7th - 12th Grade
8 questions
quick lil testy test

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
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

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

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

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

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

Interactive video
•
9th - 12th Grade