Algorithms & Python Quiz 3

Algorithms & Python Quiz 3

2nd Grade

10 Qs

quiz-placeholder

Similar activities

S2 Databases

S2 Databases

2nd Grade

13 Qs

Data Structure

Data Structure

1st - 3rd Grade

10 Qs

Computers

Computers

KG - University

12 Qs

AL_lecture_search_algorithm

AL_lecture_search_algorithm

1st - 3rd Grade

13 Qs

Kuiz ASK T3 (PKP4b)

Kuiz ASK T3 (PKP4b)

1st - 3rd Grade

8 Qs

KS3_Data Representations (from clay to silicon)

KS3_Data Representations (from clay to silicon)

1st - 3rd Grade

15 Qs

GCSE Searching Algorithms

GCSE Searching Algorithms

2nd Grade

10 Qs

Pseudo code Practice 1

Pseudo code Practice 1

1st - 3rd Grade

10 Qs

Algorithms & Python Quiz 3

Algorithms & Python Quiz 3

Assessment

Quiz

Computers

2nd Grade

Hard

Created by

Lee Springett

Used 20+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which search method start by checking the first value in a list and works through it until it finds the number/value it is looking for?

Linear Search

Binary Search

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which search method compares the mid-point value of a list against what is being searched, removed the irrelevant value and repeats the process on the remaining list until the value is found?

Linear Search

Binary Search

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which search should you use for a Short list of data, in order?

Linear Search

Binary Search

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which search should you use for a long list of data which is in order?

Binary Search

Linear Search

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which search should you use for a long list of data, not in order?

Linear Search

Binary search

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sort method compares 2 values in a list at a time and swaps them if they are in the wrong order?

Linear Search

Bubble Search

Bubble Sort

Merge Sort

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sort method split the list into single value before placing back together in pair, fours, eights, etc until the list is back together and in order?

Linear Search

Bubble Search

Bubble Sort

Merge Sort

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?