Y10D/Computer Science GCSE - Algorithms - Linear & Binary

Y10D/Computer Science GCSE - Algorithms - Linear & Binary

10th Grade

14 Qs

quiz-placeholder

Similar activities

Algorithms Review

Algorithms Review

10th Grade

18 Qs

Searching Algorithms

Searching Algorithms

9th - 11th Grade

16 Qs

Search Algorithms

Search Algorithms

9th - 12th Grade

10 Qs

2.1.3 Searching Algorithms

2.1.3 Searching Algorithms

10th - 11th Grade

12 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

Linear Search

Linear Search

10th Grade

14 Qs

Searching and Sorting Algorithms

Searching and Sorting Algorithms

9th - 10th Grade

16 Qs

Y10D/Computer Science GCSE - Algorithms - Linear & Binary

Y10D/Computer Science GCSE - Algorithms - Linear & Binary

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Salah Mehdi

Used 21+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A linear search works by?

Randomly picking out items in the list until it finds the one it is looking for

Starts at the beginning and checks each item in sequence until it finds the value it is looking for

Starts in the middle to see if the value is higher or lower than what is being lookedfor, removing half the list and repeating the process

Starts at the end and checks each item in the sequence going backwards until itfinds the value it is looking for

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many checks would need to be made to find the number 8, in the list 4,5,9,8,14,20,21?

1

2

3

4

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the best case scenario for finding a value in a linear search?

It is the first item

It is the last item

It is somewhere in the middle

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the worst case scenario for finding a value in a linear search?

It is the first item

It is the last item

It is somewhere in the middle

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

3

4

5

6

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

3

4

5

6

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

To add another item to the list

To remove an item that has been checked from the list

To increase the value so that the next item of the list can be checked

To increase the number of times that the loop will repeat

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?