2.1.3 Lesson 1 Interactive Quiz

2.1.3 Lesson 1 Interactive Quiz

10th Grade

10 Qs

quiz-placeholder

Similar activities

Year 9 Home learning

Year 9 Home learning

10th - 12th Grade

12 Qs

Algorithms

Algorithms

9th - 12th Grade

10 Qs

2.1.3 Searching Algorithms

2.1.3 Searching Algorithms

10th - 11th Grade

12 Qs

AP CSP BI 3

AP CSP BI 3

9th - 12th Grade

13 Qs

Computational Thinking & Searching Algorithm

Computational Thinking & Searching Algorithm

9th - 10th Grade

12 Qs

KS4 (01) Ethics, Legal, and Searching Algorithms

KS4 (01) Ethics, Legal, and Searching Algorithms

8th - 10th Grade

15 Qs

AS Computing: Data Structures

AS Computing: Data Structures

10th Grade - University

15 Qs

Merge Sort

Merge Sort

10th Grade

14 Qs

2.1.3 Lesson 1 Interactive Quiz

2.1.3 Lesson 1 Interactive Quiz

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Simon Woods

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Looks through each item in a list in turn until it finds the item being searched for.

Binary Search

Linear Search

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Can only work on a sorted list.

Binary Search

Linear Search

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is not a very efficient algorithm and can be time-consuming for large lists.

Binary Search

Linear Search

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Finds the midpoint of a list and compares it to the searched item.

Binary Search

Linear Search

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

During this search the list is halved at every pass.

Binary Search

Linear Search

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When using this search on a list of 1000 items, the maximum number of checks is 10.

Binary Search

Linear Search

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The worst-case scenario for this search is that it could perform as many checks as there are items in the list.

Binary Search

Linear Search

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?