Sorting algorithms

Sorting algorithms

9th Grade

7 Qs

quiz-placeholder

Similar activities

Sorting Algorithms

Sorting Algorithms

9th Grade

10 Qs

Sorting Algorithms

Sorting Algorithms

9th - 12th Grade

10 Qs

Unit 6/7 B  Quiz #2  Objects in lists and arrays, searching , so

Unit 6/7 B Quiz #2 Objects in lists and arrays, searching , so

9th - 12th Grade

12 Qs

Year 9 March

Year 9 March

9th Grade

11 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

9th Grade - University

9 Qs

Year 9 - Bubble Sort

Year 9 - Bubble Sort

2nd - 9th Grade

8 Qs

Sorting Algorithms

Sorting Algorithms

9th - 12th Grade

10 Qs

Sorting algorithms

Sorting algorithms

Assessment

Quiz

Computers

9th Grade

Medium

Created by

J Giblin

Used 46+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When data is in a random order, which sorting algorithm is faster?
Insertion
Bubble

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sorting algorithm places each number into the right place one after the other until all are in the right place.
Insertion
Bubble

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does a sorting algorithm do?
Puts numbers in order
Puts any data in order
Finds a bit of data

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is the most important reason that data needs to be sorted?
It is easier to make sense of
So it looks nice
To show we can do it

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Bubble sort takes the first two values of a list, and swaps them if wrong?
True
False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Merge Sort is?
When a list is kept as one and compared
List is split into 2 and merged together
List is split into 2 and kept seperate
Nothing

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is NOT a Sort algorithm
Binary
Merge
Bubble
Insertion