Algorithms Review

Algorithms Review

10th Grade

18 Qs

quiz-placeholder

Similar activities

Searching & sorting algorithms

Searching & sorting algorithms

10th - 12th Grade

21 Qs

Searching & Sorting Algorithms

Searching & Sorting Algorithms

10th Grade - University

16 Qs

Binary and Linear Search

Binary and Linear Search

9th - 12th Grade

18 Qs

AQA GCSE Computer Science - 3.2.2 Programming Concepts

AQA GCSE Computer Science - 3.2.2 Programming Concepts

8th - 10th Grade

20 Qs

Intro to Algorithms

Intro to Algorithms

9th - 12th Grade

23 Qs

Search & Sort Algorithms

Search & Sort Algorithms

7th - 11th Grade

18 Qs

Programming 2 - Arrays

Programming 2 - Arrays

10th - 12th Grade

17 Qs

2.1 Algorithms

2.1 Algorithms

10th - 12th Grade

20 Qs

Algorithms Review

Algorithms Review

Assessment

Quiz

Computers

10th Grade

Medium

Created by

O Hawkridge

Used 7+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step of the linear search algorithm?

Identify the middle item in the list

Identify the first item in the list

Identify a random item in the list

Identify the last item in the list

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following search algorithms can only be carried out on an ordered list?

Linear search

Binary Search

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sorting algorithm is the most efficient?

Bubble sort

Merge Sort

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Consider the following algorithms. Assume that you have a deck of cards with numbers on them and you are looking for a card with a specific number. Which of the following statements is true?

Algorithm 1 is an example of a linear search. It will work for any list. Algorithm 2 is a binary search and needs to be sorted.

Algorithm 1 is an example of a linear search. It needs to be sorted. Algorithm 2 is a binary search and it will work for any list.

Algorithm 1 is an example of a binary search. It will work for any list. Algorithm 2 is a linear search and needs to be sorted.

Algorithm 1 is an example of a binary search. It needs to be sorted. Algorithm 2 is a linear search and it will work for any list.

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is an advantage of linear search over binary search?

It can be done on unsorted lists

It is more challenging to code

It is efficient

It is quicker with lists which have fewer than 12 terms

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is a disadvantage of bubble sort?

It is inefficient

It doesn't work effectively on sorted lists

It doesn't work on unsorted lists

None of the provided options

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is a disadvantage of merge sort?

It is a more complicated algorithm to implement

It doesn’t work on unsorted lists
It is slow
It is quicker

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?