Searching and Sorting Algorithms

Searching and Sorting Algorithms

9th - 10th Grade

16 Qs

quiz-placeholder

Similar activities

Searching & sorting algorithms

Searching & sorting algorithms

10th - 12th Grade

21 Qs

Bubble Sort

Bubble Sort

1st Grade - Professional Development

13 Qs

Algorithm Intro

Algorithm Intro

9th Grade - University

14 Qs

Algorithms

Algorithms

3rd - 12th Grade

15 Qs

laila comel tummy busuk

laila comel tummy busuk

9th - 12th Grade

20 Qs

10 Minute Test 19 - Algorithms

10 Minute Test 19 - Algorithms

9th - 10th Grade

17 Qs

AQA GCSE Computer Science - 3.1.3 Binary Search

AQA GCSE Computer Science - 3.1.3 Binary Search

8th - 10th Grade

19 Qs

SDD Test

SDD Test

10th - 12th Grade

15 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?