Selection sort algorithm

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Natasha Ramsaroop
Used 112+ times
FREE Resource
6 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
We are sorting the following list in ascending order:
5 4 2 9 3 1 8
What does the list look like after ONE pass of the selection sort algorithm?
1 2 4 3 8 5 9
1 4 2 9 3 5 8
1 5 4 2 9 3 8
4 5 2 9 3 1 8
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Selection Sort puts all of the items in an array in:
ascending order only
descending order only
ascending or descending order
neither ascending or descending order
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The Selection Sort algorithm repeatedly finds the smallest value in the list, then swaps it into its sorted position.
True
False
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Why might a sorting algorithm be needed before a search?
Data is less when sorted
Data cannot be searched if it not sorted
Data can be retrieved faster and easier when sorted
Data must always be sorted before it is searched
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
We are sorting the list in descending order:
Stacy Mark Arnold Betty Tom
What does the list look like after ONE pass of the selection sort?
Stacy Mark Arnold Betty Tom
Arnold Stacy Mark Betty Tom
Arnold Betty Stacy Mark Tom
Tom Stacy Mark Betty Arnold
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does a sorting algorithm do?
Finds an item of data in a list
Puts a list of items into order
Saves a set of data
Separates a list of data
Similar Resources on Wayground
9 questions
"Searching " in Python

Quiz
•
12th Grade
10 questions
G10 CS Binary Search

Quiz
•
12th Grade
10 questions
Q3 M4 PRE TEST

Quiz
•
10th Grade
5 questions
Linear Search

Quiz
•
12th Grade
9 questions
Scratch Vocabulary

Quiz
•
3rd Grade - University
10 questions
Input and Output Devices

Quiz
•
7th - 9th Grade
9 questions
Understanding Linear Search

Quiz
•
10th Grade
7 questions
Компьютеры

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