Sorting Algorithms

Flashcard
•
Computers
•
9th - 12th Grade
•
Hard
Aisana Abdrayeva
FREE Resource
Student preview

9 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Which sorting algorithm makes one swap per pass (possibly swapping an element with itself)? Options: Selection Sort, Bubble Sort, Insertion Sort
Back
Selection Sort
2.
FLASHCARD QUESTION
Front
Which sorting algorithm may make multiple swaps per pass?
Back
Bubble Sort
3.
FLASHCARD QUESTION
Front
Which sorting algorithm shifts elements instead of swapping elements if needed in each pass?
Back
Insertion Sort
4.
FLASHCARD QUESTION
Front
The following lists represent 3 passes of a sorting algorithm. Which algorithm is being used to sort the list?
4 5 9 6 2 7
4 5 6 2 7 9
4 5 2 6 7 9
Options: Bubble Sort, Selection Sort, Insertion Sort
Back
Bubble Sort
5.
FLASHCARD QUESTION
Front
The following lists represent 3 passes of a sorting algorithm. Which algorithm is being used to sort the list?
4 8 6 2 5 7
4 8 6 2 5 7
4 6 8 2 5 7
Options: Bubble Sort, Selection Sort, Insertion Sort
Back
Insertion Sort
6.
FLASHCARD QUESTION
Front
The following lists represent 3 passes of a sorting algorithm. Which algorithm is being used to sort the list?
4 8 3 9 2 6
2 8 3 9 4 6
2 3 8 9 4 6
Back
Selection Sort
7.
FLASHCARD QUESTION
Front
List after one pass of bubble sort: 1 4 2 9 3 8 5
Back
1 2 4 3 8 5 9
8.
FLASHCARD QUESTION
Front
List after one pass of selection sort (descending): 1 4 2 9 3 8 5
Back
9 4 2 1 3 8 5
9.
FLASHCARD QUESTION
Front
List after one pass of insertion sort: 1 4 2 9 3 8 5
Back
1 4 2 9 3 8 5
Similar Resources on Wayground
10 questions
DNA Replication & Protein Synthesis

Flashcard
•
9th - 12th Grade
10 questions
Microsoft Word and Powerpoint 1.1

Flashcard
•
9th - 12th Grade
15 questions
Sorting matter by it's physical properties

Flashcard
•
KG
10 questions
Phonics Lesson: Hard and Soft 'G'

Flashcard
•
9th - 12th Grade
11 questions
Mutations

Flashcard
•
11th Grade
10 questions
Excel Terminology

Flashcard
•
9th - 12th Grade
9 questions
Code.org Course A Vocabulary

Flashcard
•
9th - 12th Grade
11 questions
Unit 5 Gene Expression Review

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