2.1 Algorithms

2.1 Algorithms

10th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Computer Science Quiz

Computer Science Quiz

KG - Professional Development

18 Qs

Algorithm questions

Algorithm questions

12th Grade - University

20 Qs

Search & Sort Algorithms

Search & Sort Algorithms

7th - 11th Grade

18 Qs

Searching & Sorting Algorithms

Searching & Sorting Algorithms

10th Grade - University

16 Qs

Searching & sorting algorithms

Searching & sorting algorithms

10th - 12th Grade

21 Qs

AQA GCSE Computer Science - 3.1.3 Binary Search

AQA GCSE Computer Science - 3.1.3 Binary Search

8th - 10th Grade

19 Qs

P2: Section 5 Sorting and Searching Algorithms

P2: Section 5 Sorting and Searching Algorithms

10th Grade

17 Qs

10 Minute Test 19 - Algorithms

10 Minute Test 19 - Algorithms

9th - 10th Grade

17 Qs

2.1 Algorithms

2.1 Algorithms

Assessment

Quiz

Computers

10th - 12th Grade

Hard

Created by

Comp Dept

Used 339+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Define what is meant by the term 'algorithm'
Step by step instructions or rules 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

Select the best description to explain what a linear search algorithm is.
Put the elements in order, check each item in turn.
Put the elements in order, compare with the middle value, split the list in order and repeat.
Elements do not need to be in order, check each item in turn.
Elements do not need to be in order, compare to the middle value, split the list in order and repeat

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select the best description to explain what a binary search algorithm is.

Put the elements in order, check each item in turn.

Put the elements in order, compare with the middle value, split the list in order and repeat.

Elements do not need to be in order, check each item in turn.

Elements do not need to be in order, compare to the middle value, split the list in order and repeat

6.

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

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

A binary search is to be performed on the list:
3  5  9  10  23
How many comparisons would it take to find number 9?
0-1
2-3
4-5
I can't find the number 9

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?