
2.1 Sorting Algorithms

Quiz
•
Computers
•
9th - 11th Grade
•
Hard
Used 26+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Describe how a 'bubble sort' works
Starts at the beginning of the list and compares with the next value, if this is larger a swap is made. Then moves onto the second value and repeats the process.
The list is repeatedly divided into two until all the elements are separated individually. Pairs of elements are then compared, placed into order and combined. The process is then repeated.
Compares values in turn, starting with the second value in the list. If this value is greater than the value to the left of it, no changes are made. Otherwise this value is repeatedly moved left until it meets a value that is less than it.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Describe how an 'insertion sort' works
Starts at the beginning of the list and compares with the next value, if this is larger a swap is made. Then moves onto the second value and repeats the process.
The list is repeatedly divided into two until all the elements are separated individually. Pairs of elements are then compared, placed into order and combined. The process is then repeated.
Compares values in turn, starting with the second value in the list. If this value is greater than the value to the left of it, no changes are made. Otherwise this value is repeatedly moved left until it meets a value that is less than it.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Describe how a 'merge sort' works
Starts at the beginning of the list and compares with the next value, if this is larger a swap is made. Then moves onto the second value and repeats the process.
The list is repeatedly divided into two until all the elements are separated individually. Pairs of elements are then compared, placed into order and combined. The process is then repeated.
Compares values in turn, starting with the second value in the list. If this value is greater than the value to the left of it, no changes are made. Otherwise this value is repeatedly moved left until it meets a value that is less than it.
4.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Describe an advantage of a 'bubble sort' algorithm
Simpler to code than a merge sort
Easiest to program
Faster than bubble and insertion sorts.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Describe an advantage of an 'insertion sort' algorithm
Faster than a bubble sort
Easiest to program
Faster than a bubble and insertion sort
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Describe an advantage of a 'bubble sort' algorithm
Simpler to code than a merge sort
Easiest to program
Faster than bubble and insertion sorts.
7.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Describe a disadvantage of a 'bubble sort' algorithm
One of the slowest ways to sort a list
More complicated to code than bubble and insertion.
Slower than a merge over large data sets.
Create a free account and access millions of resources
Similar Resources on Wayground
12 questions
2.1 Bubble sort vs Insertion sort

Quiz
•
10th - 11th Grade
15 questions
Ulangan Bab 1

Quiz
•
10th Grade
7 questions
Sorting algorithms

Quiz
•
9th Grade
10 questions
Quiz Informatika

Quiz
•
10th Grade
6 questions
Penilaian Tengah Semester

Quiz
•
10th Grade
10 questions
Mengenal Hardware dan Software

Quiz
•
10th Grade
10 questions
Computational Thinking - Informatika Fase E (Kelas 10) - UH 1

Quiz
•
10th Grade
15 questions
Word: Tables, Styles, & References

Quiz
•
8th - 10th 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