Merge sort | Starter Quiz | Oak National Academy

Merge sort | Starter Quiz | Oak National Academy

9th Grade

9 Qs

quiz-placeholder

Similar activities

Sorting Algorithms

Sorting Algorithms

9th - 12th Grade

10 Qs

GCSE Computer Science 9-1: Sorting Algorithms

GCSE Computer Science 9-1: Sorting Algorithms

10th Grade - University

10 Qs

Year 9 - Bubble Sort

Year 9 - Bubble Sort

2nd - 9th Grade

8 Qs

Sorting Algorithms

Sorting Algorithms

11th Grade

12 Qs

Sorting Algorithms

Sorting Algorithms

9th - 10th Grade

11 Qs

A Level Computing 2.3.1 Algorithms -  Sorting algorithms #1

A Level Computing 2.3.1 Algorithms - Sorting algorithms #1

11th - 12th Grade

10 Qs

Sorting Methods

Sorting Methods

9th Grade - University

10 Qs

44. Algorithms - Bubble Sort Algorithm Quiz

44. Algorithms - Bubble Sort Algorithm Quiz

9th - 12th Grade

11 Qs

Merge sort | Starter Quiz | Oak National Academy

Merge sort | Starter Quiz | Oak National Academy

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Oak National Academy

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

'A more efficient version of bubble sort uses a variable to flag when a swap was made during a single pass'

False

True

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

'The insertion sort algorithm copies the value to be inserted in a variable at the end of each pass'

False

True

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

'During a pass of an insertion sort, elements in the sorted part of the list are copied into the next position, to make space for the value to be inserted'

False

True

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Two improvements to the bubble sort algorithm are reducing the number of comparisons after each pass, and stopping once no swaps are made during a single pass.

False

True

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

"Bubble sort compares items next to each other in the list and swaps them if they are in the wrong order."

False

True

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

"Insertion sort compares an item from the unsorted sublist with the items in the sorted sublist and places it in the correct position."

False

True

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

"Bubble sort is good at sorting large collections of unordered data."

False

True

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

"Bubble sort can be really fast at sorting data that is nearly in order."

False

True

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

"Insertion sort is usually slower to execute than bubble sort on large, unordered data sets."

False

True