2.3 - Sorting Algorithms

2.3 - Sorting Algorithms

11th - 12th Grade

28 Qs

quiz-placeholder

Similar activities

Understanding Algorithms

Understanding Algorithms

9th - 12th Grade

23 Qs

Crash Course Computer Science

Crash Course Computer Science

9th - 12th Grade

23 Qs

Algorithm Intro

Algorithm Intro

9th - 12th Grade

23 Qs

If,elif,loop

If,elif,loop

11th - 12th Grade

24 Qs

for loops quiz coding

for loops quiz coding

9th - 12th Grade

23 Qs

Big-O Notation

Big-O Notation

12th Grade

26 Qs

Algorithm in Computer Science

Algorithm in Computer Science

9th - 12th Grade

23 Qs

Computer Algorithm

Computer Algorithm

9th - 12th Grade

23 Qs

2.3 - Sorting Algorithms

2.3 - Sorting Algorithms

Assessment

Quiz

Computers

11th - 12th Grade

Hard

Created by

Alex Holmes

Used 5+ times

FREE Resource

28 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following best describes the bubble sort?

Adjacent items are compared and swapped if they are out of order

Each item is compared to every other item from the start until its place is found

Items in one list are compared to items in another list to create a new list

Items are compared to a pivot

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following best describes the insertion sort?

Adjacent items are compared and swapped if they are out of order

Each item is compared to every other item from the start until its place is found

Items in one list are compared to items in another list to create a new list

Items are compared to a pivot

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following best describes the merge sort?

Adjacent items are compared and swapped if they are out of order

Each item is compared to every other item from the start until its place is found

Items in one list are compared to items in another list to create a new list

Items are compared to a pivot

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following best describes the quicksort?

Adjacent items are compared and swapped if they are out of order

Each item is compared to every other item from the start until its place is found

Items in one list are compared to items in another list to create a new list

Items are compared to a pivot

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A bubble sort uses ...

A nested iteration

Either a nested iteration or recursion

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An insertion sort uses ...

A nested iteration

Either a nested iteration or recursion

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A merge sort uses ...

A nested iteration

Either a nested iteration or recursion

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?