Merge sort | Starter Quiz | Oak National Academy

Merge sort | Starter Quiz | Oak National Academy

9th Grade

9 Qs

quiz-placeholder

Similar activities

Kuis StrukDat

Kuis StrukDat

University

10 Qs

Sorting Algorithms

Sorting Algorithms

9th - 12th Grade

9 Qs

Data Struct: Quiz 3

Data Struct: Quiz 3

University

10 Qs

Year 9 Home learning

Year 9 Home learning

10th - 12th Grade

12 Qs

ULANGAN SUMATIF

ULANGAN SUMATIF

12th Grade

10 Qs

Pretest Tumpukan dan Antrian

Pretest Tumpukan dan Antrian

9th - 12th Grade

10 Qs

DSA - 2a

DSA - 2a

University

8 Qs

PDS - 04225 - Sorting Algorithms - Chapter 11 - Part 2

PDS - 04225 - Sorting Algorithms - Chapter 11 - Part 2

University

10 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