Algorithms

Algorithms

3rd - 12th Grade

15 Qs

quiz-placeholder

Similar activities

Quiz on Standard Algorithms

Quiz on Standard Algorithms

10th Grade - University

20 Qs

8525 AQA GCSE  3.1.3 Searching and 3.1.4 Sorting Algorithms

8525 AQA GCSE 3.1.3 Searching and 3.1.4 Sorting Algorithms

10th - 11th Grade

18 Qs

AQA Computer Science GCSE - 3.1 Fundamentals of algorithms

AQA Computer Science GCSE - 3.1 Fundamentals of algorithms

10th - 12th Grade

15 Qs

Practice for AP Java Quiz #13 Sorting

Practice for AP Java Quiz #13 Sorting

9th - 12th Grade

20 Qs

Year 10 Linear Search

Year 10 Linear Search

1st - 3rd Grade

15 Qs

Common Algorithms Quiz

Common Algorithms Quiz

KG - Professional Development

11 Qs

Search and Sort Algorithms

Search and Sort Algorithms

6th - 10th Grade

18 Qs

Search and Sort Algorithms

Search and Sort Algorithms

6th - 8th 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?