Searching and Sorting Algorithms

Searching and Sorting Algorithms

9th - 10th Grade

16 Qs

quiz-placeholder

Similar activities

Search & Sort Algorithms

Search & Sort Algorithms

7th - 11th Grade

18 Qs

2.1 Algorithms

2.1 Algorithms

10th - 12th Grade

20 Qs

P2: Section 5 Sorting and Searching Algorithms

P2: Section 5 Sorting and Searching Algorithms

10th Grade

17 Qs

2.1 – Algorithms

2.1 – Algorithms

10th Grade

18 Qs

Bubble Sort

Bubble Sort

1st Grade - Professional Development

13 Qs

NEW_SMP_Mls8_Quiz

NEW_SMP_Mls8_Quiz

7th - 12th Grade

18 Qs

Sorting and searching

Sorting and searching

9th Grade

12 Qs

Searching & Sorting Algorithms

Searching & Sorting Algorithms

10th Grade - University

16 Qs

Searching and Sorting Algorithms

Searching and Sorting Algorithms

Assessment

Quiz

Computers

9th - 10th Grade

Medium

Created by

Tracy Mayhead

Used 39+ 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?