2.3 - Sorting Algorithms

2.3 - Sorting Algorithms

11th - 12th Grade

28 Qs

quiz-placeholder

Similar activities

T-Level DPDD: Searching & Sorting Algorithms Quiz

T-Level DPDD: Searching & Sorting Algorithms Quiz

11th Grade

27 Qs

GCSE Computer Science: Programming (Python)

GCSE Computer Science: Programming (Python)

9th - 12th Grade

25 Qs

Algorithm Computer Science

Algorithm Computer Science

9th - 12th Grade

23 Qs

SLR7: Algorithms

SLR7: Algorithms

12th Grade

31 Qs

Common Algorithms

Common Algorithms

9th - 12th Grade

25 Qs

Computer Science Spiral Review

Computer Science Spiral Review

12th Grade

23 Qs

Illustrator 1st Vocabulary Test

Illustrator 1st Vocabulary Test

9th - 12th Grade

25 Qs

Algorithms Quiz

Algorithms Quiz

11th Grade

30 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?