Binary & Linear Reading

Binary & Linear Reading

Assessment

Passage

Computers

9th - 10th Grade

Hard

Created by

Andrew Ward

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a method of searching mentioned in the passage?

Linear search

Quick search

Depth-first search

Breadth-first search

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A binary search is more efficient than a linear search because it requires fewer steps in an ordered list. True or False?

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a binary search, if the value at the midpoint is greater than the value to be found, which part of the list is ignored?

Upper half

Lower half

Middle section

Entire list

4.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

A linear search will work on any data set, whether it is ordered or ___.

5.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

The midpoint in a binary search is found by adding the lowest position to the highest position and dividing by ___.

6.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

A binary search can only work if a list is ___.