Sorting algorithms

Sorting algorithms

9th Grade

7 Qs

quiz-placeholder

Similar activities

Algorithm Complexity Quiz

Algorithm Complexity Quiz

9th - 12th Grade

10 Qs

Berfikir Komputesional

Berfikir Komputesional

9th - 12th Grade

10 Qs

APCSA Algorithms

APCSA Algorithms

9th - 12th Grade

12 Qs

Search Algorithms

Search Algorithms

9th - 11th Grade

12 Qs

Sorting Algorithm

Sorting Algorithm

9th - 12th Grade

10 Qs

Sorting Algorithms

Sorting Algorithms

9th - 12th Grade

10 Qs

Common Algorithms Quiz

Common Algorithms Quiz

KG - Professional Development

11 Qs

CS Python Fundamentals 8.8 Lesson Quiz

CS Python Fundamentals 8.8 Lesson Quiz

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