2.1 Algorithms

2.1 Algorithms

9th - 11th Grade

24 Qs

quiz-placeholder

Similar activities

Higher Computing - Standard Algorithms

Higher Computing - Standard Algorithms

11th Grade

25 Qs

ASK T3 Bab 3 Algoritma

ASK T3 Bab 3 Algoritma

9th Grade

20 Qs

Intro to Algorithms

Intro to Algorithms

9th - 12th Grade

23 Qs

IGCSE(0478)Paper 2 Test Challenge

IGCSE(0478)Paper 2 Test Challenge

10th Grade

19 Qs

2.1 Algorithms

2.1 Algorithms

10th - 12th Grade

20 Qs

2.3.1 Algorithms

2.3.1 Algorithms

11th Grade

20 Qs

Unit 3 Exam

Unit 3 Exam

9th Grade

24 Qs

CSP Vocab Practice 2

CSP Vocab Practice 2

10th - 12th Grade

21 Qs

2.1 Algorithms

2.1 Algorithms

Assessment

Quiz

Computers

9th - 11th Grade

Medium

Created by

Laura Boyd

Used 22+ times

FREE Resource

24 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Define what is meant by the term 'algorithm'

Step by step instructions to solve a problem.

Code for a specific task.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of lists or data sets are linear searching algorithms used for?
Unsorted lists or data sets
Sorted lists or data sets

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of lists or data sets are binary searching algorithms used for?
Unsorted lists or data sets
Sorted lists or data sets

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A linear search is to be performed on the list:
12   6   8  1  3
How many comparisons would it take to find number 1?
1
2
3
4

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Describe an advantage of a linear search algorithm
Data does not need to be in order.
Performs well over large ordered lists.
Can only work on an ordered list.  If unordered must use a linear search.
Slow with large data sets.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Describe a disadvantage of a linear search algorithm
Data does not need to be in order.
Performs well over large ordered lists.
Can only work on an ordered list.  If unordered must use a linear search.
Slow with large data sets.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Describe an advantage of a binary search algorithm
Data does not need to be in order.
Performs well over large ordered lists.
Can only work on an ordered list.  If unordered must use a linear search.
Slow with large data sets.

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?