
Y11 Sort algorithms (Ch)

Quiz
•
Computers
•
11th Grade
•
Easy
Gyorgy Denes
Used 2+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which sorting algorithm is this:
You repeatedly split the list and then rejoin them into pairs, fours, eights, etc. ?
insertion sort
merge sort
bubble sort
binary search
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which sorting algorithm is this:
You compare neighbouring elements repeatedly in each pass. You repeat passes until the list is fully sorted.
insertion sort
merge sort
bubble sort
binary search
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which sorting algorithm is this:
You maintain an unsorted an sorted parts in your list. In each pass, you find the place for the first unsorted item in the sorted list and put it there.
insertion sort
merge sort
bubble sort
binary search
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
You are using insertion sort.
Your list of numbers is currently [1, 3, 9, 11 | 5, 2, 12], where the "|" symbol indicates the boundary between the unsorted and sorted parts. What will be the contents of the list after the next pass is complete?
[1, 3, 9, 11, 5 | 2, 12]
[1, 3, 9, 5, 11 | 2, 12]
[1, 3, 5, 9, 11 | 2, 12]
[1, 2, 3, 5, 9, 11, 12]
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
You are using insertion sort.
Your list of numbers is currently [1, 3, 5, 9, 11 | 2, 12], where the "|" symbol indicates the boundary between the unsorted and sorted parts. What will be the contents of the list after the next pass is complete?
[2, 1, 3, 5, 9, 11 | 12]
[1, 3, 5, 9, 11, 2 | 12]
[1, 3, 5, 9, 11, 2, 12]
[1, 2, 3, 5, 9, 11 | 12]
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
You are using insertion sort.
Your list of numbers is currently [1, 2, 3, 5, 9, 11 | 12], where the "|" symbol indicates the boundary between the unsorted and sorted parts. What will be the contents of the list after the next pass is complete?
[2, 1, 3, 5, 9, 11, 12]
[1, 2, 3, 5, 9, 11, 12]
[1, 2, 3, 5, 9, 12, 11]
[1, 2, 3, 5, 9, 11 | 12]
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which sorting algorithm tends to be most (time) efficient?
merge sort
insertion sort
bubble sort
bogo sort
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
18 questions
Unit 8 Algorithms and Recursion Quiz

Quiz
•
9th - 12th Grade
12 questions
APCSA Unit 7

Quiz
•
9th - 12th Grade
10 questions
GCSE Computer Science 9-1: Sorting Algorithms

Quiz
•
10th Grade - University
18 questions
Binary and Linear Search

Quiz
•
9th - 12th Grade
15 questions
AQA Computer Science GCSE - 3.1 Fundamentals of algorithms

Quiz
•
10th - 12th Grade
16 questions
Searching Algorithms

Quiz
•
9th - 11th Grade
10 questions
Linear and Binary Search Algorithms

Quiz
•
11th Grade
Popular Resources on Wayground
10 questions
SR&R 2025-2026 Practice Quiz

Quiz
•
6th - 8th Grade
30 questions
Review of Grade Level Rules WJH

Quiz
•
6th - 8th Grade
6 questions
PRIDE in the Hallways and Bathrooms

Lesson
•
12th Grade
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
3rd Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
15 questions
Subtracting Integers

Quiz
•
7th Grade
Discover more resources for Computers
20 questions
Lab Safety and Lab Equipment

Quiz
•
9th - 12th Grade
7 questions
EAHS PBIS Lesson- Bathroom

Lesson
•
9th - 12th Grade
57 questions
How well do YOU know Neuwirth?

Quiz
•
9th - 12th Grade
20 questions
Getting to know YOU icebreaker activity!

Quiz
•
6th - 12th Grade
6 questions
Secondary Safety Quiz

Lesson
•
9th - 12th Grade
4 questions
Study Skills

Lesson
•
5th - 12th Grade
15 questions
Let's Take a Poll...

Quiz
•
9th Grade - University
20 questions
Points, Lines & Planes

Quiz
•
9th - 11th Grade