Binary and linear search

Binary and linear search

10th Grade

33 Qs

quiz-placeholder

Similar activities

ICT KG

ICT KG

3rd Grade - University

30 Qs

Linux mod 11

Linux mod 11

KG - Professional Development

28 Qs

Searching Algorithm

Searching Algorithm

9th - 12th Grade

30 Qs

Database

Database

KG - University

35 Qs

1st Semester Finals Review

1st Semester Finals Review

9th - 12th Grade

28 Qs

Binary to Hexadecimal

Binary to Hexadecimal

7th Grade - Professional Development

35 Qs

Computer Science Quiz Grade 3 English

Computer Science Quiz Grade 3 English

3rd Grade - University

31 Qs

Algorithm

Algorithm

9th Grade - University

28 Qs

Binary and linear search

Binary and linear search

Assessment

Quiz

Computers

10th Grade

Easy

Created by

M Ellis

Used 2+ times

FREE Resource

33 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a linear search?

A method where each item in the list is checked in order from the start until the item is found.

A method where the list is split into two each time a comparison is made.

A method where items are sorted in descending order.

A method where only the last item is checked.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a binary search?

A method where each item is checked in order from the start.

A method where an ordered list is split into two each time a comparison is made.

A method where items are randomly checked.

A method where only the first item is checked.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a necessary condition for performing a binary search?

The list needs to be unordered.

The list needs to be in order.

The list needs to be in reverse order.

The list needs to be random.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should you do if the middle value is the one you are looking for in a binary search?

Continue searching.

Celebrate, and stop.

Take the list to the left.

Take the list to the right.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a binary search, what action is taken if the middle value is larger than the one you are looking for?

Take the list to the right of the middle value.

Take the list to the left of the middle value.

Stop the search.

Reverse the list.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the next step if the middle value is smaller than the one you are looking for in a binary search?

Take the list to the left of the middle value.

Take the list to the right of the middle value.

Stop the search.

Reverse the list.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the middle value in the list when performing a binary search for the number 9?

9

12

16

18

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?