
CS Algorithms Quiz

Quiz
•
Computers
•
12th Grade
•
Hard

Victor Giurgia
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the time complexity of the best case scenario for the QuickSort algorithm?
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is not a stable sorting algorithm?
Bubble Sort
Merge Sort
QuickSort
Insertion Sort
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In a binary search algorithm, what must be true about the collection to be searched?
The collection must be in ascending order.
The collection must be in descending order.
The collection does not need to be sorted.
The collection must be a linked list.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the following pseudocode do? ``` function factorial(n): if n == 0: return 1 else: return n * factorial(n-1) ```
Calculates the sum of all numbers up to n
Calculates the nth Fibonacci number
Calculates the factorial of n
Calculates n to the power of n
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which sorting algorithm repeatedly steps through the list, compares adjacent elements, and swaps them if they are in the wrong order?
Selection Sort
Bubble Sort
Merge Sort
QuickSort
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the worst-case time complexity of the linear search algorithm in an array of n elements?
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a characteristic of recursion?
It can only solve problems that are inherently iterative.
It breaks down a problem into smaller instances of the same problem.
It is always the most memory-efficient solution.
It cannot be used in sorting algorithms.
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Sorting Algorithms

Quiz
•
12th Grade
15 questions
CPIT 201 Algorithms

Quiz
•
12th Grade - University
10 questions
analysis of algorithm (lecture 2)

Quiz
•
12th Grade
15 questions
Programming basics

Quiz
•
12th Grade
10 questions
Linear Data

Quiz
•
12th Grade
11 questions
2.1.3. Thinking Procedurally

Quiz
•
12th Grade
20 questions
Advanced Excel

Quiz
•
KG - University
20 questions
Problem Solving Quiz

Quiz
•
6th Grade - University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade