Algorithms

Algorithms

3rd - 12th Grade

15 Qs

quiz-placeholder

Similar activities

Linear Search

Linear Search

12th Grade

10 Qs

NEW_SMP_Mls8_Quiz

NEW_SMP_Mls8_Quiz

7th - 12th Grade

18 Qs

Algorithm questions

Algorithm questions

12th Grade - University

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

SLR25 - Algorithms

SLR25 - Algorithms

4th Grade

20 Qs

Searching & Sorting Algorithms

Searching & Sorting Algorithms

11th Grade

10 Qs

Bubble Sort Selection Sort Binary Search Linear

Bubble Sort Selection Sort Binary Search Linear

9th Grade

12 Qs

2.1 – Algorithms

2.1 – Algorithms

10th Grade

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