Algorithms

Algorithms

3rd - 12th Grade

15 Qs

quiz-placeholder

Similar activities

Algorithms

Algorithms

10th - 11th Grade

20 Qs

Bubble Sort Selection Sort Binary Search Linear

Bubble Sort Selection Sort Binary Search Linear

9th Grade

12 Qs

GCSE J277 - Searches and Sorts Keyword Quiz

GCSE J277 - Searches and Sorts Keyword Quiz

7th Grade

19 Qs

2.1 – Algorithms

2.1 – Algorithms

10th Grade

18 Qs

Binary Search & Linear Search

Binary Search & Linear Search

9th Grade

17 Qs

Assessment - Binary Linear Search and Bubble Sort

Assessment - Binary Linear Search and Bubble Sort

9th Grade

15 Qs

Merge Sort

Merge Sort

10th Grade

14 Qs

Sorting Algorithms

Sorting Algorithms

12th Grade

20 Qs

Algorithms

Algorithms

Assessment

Quiz

Computers

3rd - 12th Grade

Medium

Created by

M Dwedari

Used 54+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A .................... sort algorithm is usually faster to execute but more complex to write than bubble sort

merge

linear

binary

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Executing a merge sort takes up extra space in memory as new lists are made each time a list is split or two lists are combined

False

True

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Merge sort works by ............. items in a list into individual ........ .before merging pairs of lists together in order until all the items are sorted

splitting, lists

joining, integers

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In computer science, bubble sort is an efficient algorithm that implements a “divide and conquer” approach.

False

True

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In computer science, merge sort is an efficient algorithm that implements a “divide and conquer” approach.

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

......... algorithms are used to arrange a sequence of items into a particular order (e.g. alphabetically) and is usually done to make searching faster.

Searching

Sorting

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

.................... involves moving through a list repeatedly, comparing items next to each other and swapping them if they are in the wrong order.

Binary search

Merge sort

Bubble sort

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?