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
Pretest Tumpukan dan Antrian

Flashcard
•
9th - 12th Grade
10 questions
Cybersecurity CodeHS Encryption Review

Flashcard
•
9th - 12th Grade
3 questions
College Board 2.2 Data Compression Review

Flashcard
•
9th - 12th Grade
5 questions
Intro to Python Project Stem Unit 3 Vocab Flashcards

Flashcard
•
9th - 12th Grade
7 questions
3.2 Binary Encoding

Flashcard
•
10th Grade
12 questions
Mutations

Flashcard
•
9th - 12th Grade
5 questions
Fundamentals of Programming

Flashcard
•
8th - 12th Grade
13 questions
Big Idea 2: Data Questions

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
Appointment Passes Review

Quiz
•
6th - 8th 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
20 questions
Grammar Review

Quiz
•
6th - 9th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
17 questions
[AP CSP] Binary Number System

Lesson
•
9th - 12th Grade
15 questions
1.1 Network Fundamentals Quiz

Quiz
•
10th Grade
20 questions
Understanding Information Processing Cycle

Quiz
•
10th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade