Selection Sort Video Quiz

Selection Sort Video Quiz

Assessment

Interactive Video

Computers

12th Grade

Hard

Created by

Minal Puranik

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of these is NOT a Sort algorithm
Binary
Merge
Bubble
Insertion

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sorting algorithm is more efficient than Selection Sort?

Insertion Sort

Quick Sort

Merge Sort

Bubble Sort

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an example of a sorting algorithm?

Python

Bubble Sort

Einstein Algorithm

Newton's Law

4.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Given a list is {7, 4, 5, 9, 8, 2, 1}. After the first phase of selection sort, the list becomes …

1,2,4,9,8,5,7

1,2,5,9,8,4,7

1,4,5,9,8,2,7

7,4,5,9,8,2,1

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does sorting work? Consider the "Flights to Indianapolis" example.

scanning an array of data

manually picking out outliers

creating a table to organize data

generating a list of data to move into groups

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary goal of the selection sort algorithm?

To find the maximum element in the array

To sort the array by repeatedly finding the minimum element

To divide the array into equal parts

To merge two sorted arrays

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In selection sort, what happens to the minimum element found in the unsorted part?

It is added to the end of the array

It is ignored

It is swapped with the leftmost unsorted element

It is removed from the array

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?