Search and Sorting Algorithms

Search and Sorting Algorithms

12th Grade

10 Qs

quiz-placeholder

Similar activities

Algorithms

Algorithms

3rd - 12th Grade

15 Qs

Algorithm Intro

Algorithm Intro

9th Grade - University

14 Qs

AS Computing: Data Structures

AS Computing: Data Structures

10th Grade - University

15 Qs

Sequential and Binary Search

Sequential and Binary Search

10th - 12th Grade

12 Qs

AP CSP Algorithms & Programming (College Board Style)

AP CSP Algorithms & Programming (College Board Style)

9th - 12th Grade

15 Qs

AP CSP Linear Search

AP CSP Linear Search

12th Grade

8 Qs

Linear Data

Linear Data

12th Grade

10 Qs

01 Searching Algorithms

01 Searching Algorithms

9th - 12th Grade

15 Qs

Search and Sorting Algorithms

Search and Sorting Algorithms

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Aaron Beverley

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A search that involves comparing each item in turn with the required item is called a:

binary search

descending search

quadratic search

linear search

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A sorted list is one of the requirements of a

binary search

descending search

quadratic search

linear search

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Finding the maximum data item in a list is relevant for

numeric data

string or text data

a sorted list

both A and B

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A search of a data list containing 20,000 items takes on average 10,000

comparisons to find a particular item.

The type of search being used is probably a:

binary search

linear search

maximum search

minimum search

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Functions and procedures are used to

implement algorithms.

Which of the following statements is true?

Procedures always return one

value; functions can return any

number of values

Functions always return one value;

procedures can return any number

of values.

Functions are only able to process

numeric data

All functions must include at least

one input parameter

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The largest value in an array of 10,000

items is found to be in position 234.

Which of the following is True?

The list must be sorted

Larger items may exist in positions

235 to 10,000

The list must be unsorted

The list only contains numeric data

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Any particular item is always found in a

list of 1000 items within 10

comparisons. What can be said about the

1000 items?

There must be only 10 unique

items in the list

The list of items must be sorted

Most of the list must be empty.

There is insufficient information to

answer this question

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?