
1.2.6 Algorithms Quiz

Quiz
•
Computers
•
9th Grade
•
Hard

Stephen Ling-Winston
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following best describes the Bubble Sort algorithm?
It repeatedly merges subarrays until the whole array is sorted.
It sorts the array by repeatedly swapping adjacent elements if they are in the wrong order.
It sorts the array by dividing it into smaller parts and sorting each part recursively.
It searches for an element by repeatedly dividing the sorted array in half.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the time complexity of the Bubble Sort algorithm in the worst case?
O(n)
O(log n)
O(n log n)
O(n²)
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following algorithms is a divide-and-conquer algorithm?
Bubble Sort
Merge Sort
Linear Search
Binary Search
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In the Merge Sort algorithm, what is the primary operation that occurs after the array is divided into smaller subarrays?
Swapping adjacent elements
Merging the subarrays back together in sorted order
Finding the middle element
Comparing each element with the pivot
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the time complexity of the Merge Sort algorithm in the worst case?
O(n)
O(log n)
O(n log n)
O(n²)
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which search algorithm requires the data to be sorted before it can be applied?
Linear Search
Binary Search
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How does the Binary Search algorithm find an element in a sorted array?
By scanning each element from the start to the end of the array
By repeatedly dividing the array in half and searching the relevant subarray
By swapping elements until the array is sorted
By merging two sorted halves
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Search engines

Quiz
•
1st - 12th Grade
10 questions
Programming Concepts - Algorithms with array

Quiz
•
7th Grade - University
13 questions
A words - GCSE Computer Science

Quiz
•
1st - 10th Grade
15 questions
IF and Vlookup Function

Quiz
•
9th - 10th Grade
7 questions
Sorting algorithms

Quiz
•
9th Grade
10 questions
informatika

Quiz
•
7th Grade - University
10 questions
Programming - Arrays

Quiz
•
2nd - 12th Grade
14 questions
Quiz - 7

Quiz
•
9th 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
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