Searching and Sorting Algorithms

Searching and Sorting Algorithms

9th - 10th Grade

16 Qs

quiz-placeholder

Similar activities

Common Algorithms Quiz

Common Algorithms Quiz

KG - Professional Development

11 Qs

Search and Sort Algorithms

Search and Sort Algorithms

6th - 10th Grade

18 Qs

Quiz on Standard Algorithms

Quiz on Standard Algorithms

10th Grade - University

20 Qs

Linear Search

Linear Search

10th Grade

14 Qs

Sorting Algorithm Retrieval Practice

Sorting Algorithm Retrieval Practice

9th Grade

15 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

Practice for AP Java Quiz #13 Sorting

Practice for AP Java Quiz #13 Sorting

9th - 12th Grade

20 Qs

Searching and Sorting Algorithms

Searching and Sorting Algorithms

Assessment

Quiz

Computers

9th - 10th Grade

Medium

Created by

Tracy Mayhead

Used 45+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where can Linear Search be performed?

On letters

On Numbers

Both

None of these

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an advantage of the Linear search algorithm?

Performs well with small sized data sets

Is complicated to code

Can be used on data sets with more than a million elements

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will happen in a Linear search algorithm if no match is found?

It continues to search in a never ending loop.

"Item not found" is returned

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a disadvantage of the Linear search algorithm?

It will only work on a sorted data set

May be too slow to process large data sets

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In which of the following cases, binary search algorithm is used?​

To search an element in an unordered list.​

To search an element in a list of few elements.

To search an element in any ordered list with large number of elements.​

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Complete the sentence: The lower half of the list is discarded if the value at midpoint is …………………….. item searched.​

less than​

greater than​

equal to

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False: The upper half of the list is discarded if the value at midpoint is greater than item searched.​

True

False

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?