Merge sort | Starter Quiz | Oak National Academy

Merge sort | Starter Quiz | Oak National Academy

9th Grade

9 Qs

quiz-placeholder

Similar activities

PSP Week 5

PSP Week 5

University

10 Qs

Quis Berpikir Komputasional Kelas X-3

Quis Berpikir Komputasional Kelas X-3

10th Grade

13 Qs

Informatik II Quiz 1

Informatik II Quiz 1

University

11 Qs

Common Algorithms -  Bitesize

Common Algorithms - Bitesize

KG - 11th Grade

10 Qs

ALGORITMA INFORMATIKA KELAS 10

ALGORITMA INFORMATIKA KELAS 10

University

10 Qs

Insertion Sort Quiz

Insertion Sort Quiz

12th Grade

8 Qs

Hari ke 3 kuis coding dan perkenalan AI

Hari ke 3 kuis coding dan perkenalan AI

University

10 Qs

DASAR  KOMPUTER - FAOZAN AFANDI

DASAR KOMPUTER - FAOZAN AFANDI

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