Algorithms

Algorithms

3rd - 12th Grade

15 Qs

quiz-placeholder

Similar activities

GCSE Computer Science 9-1: Sorting Algorithms

GCSE Computer Science 9-1: Sorting Algorithms

10th Grade - University

10 Qs

Search/Sort Algorithm Recap

Search/Sort Algorithm Recap

9th - 12th Grade

18 Qs

iGCSE Computer Science: Problem Solving

iGCSE Computer Science: Problem Solving

9th - 12th Grade

20 Qs

Search Algorithms

Search Algorithms

9th - 11th Grade

12 Qs

AQA GCSE Computer Science - 3.1.4 Sorting Algorithms

AQA GCSE Computer Science - 3.1.4 Sorting Algorithms

8th - 10th Grade

18 Qs

2.1 Algorithms - Searches and Sorts

2.1 Algorithms - Searches and Sorts

6th Grade

15 Qs

Searching and Sorting Algorithms

Searching and Sorting Algorithms

6th - 8th Grade

20 Qs

AQA GCSE Computer Science - 3.1.3 Binary Search

AQA GCSE Computer Science - 3.1.3 Binary Search

8th - 10th Grade

19 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?