Binary and linear search

Binary and linear search

10th Grade

33 Qs

quiz-placeholder

Similar activities

Python 3rd Q Review

Python 3rd Q Review

9th - 12th Grade

37 Qs

AP Computer Science Principles

AP Computer Science Principles

10th Grade

33 Qs

Review of Big Idea 3

Review of Big Idea 3

10th Grade

30 Qs

UJIAN TOPIKAL TING. 3 (ASK)

UJIAN TOPIKAL TING. 3 (ASK)

3rd - 12th Grade

30 Qs

GCSE Computer Science - 2.1: Algorithms

GCSE Computer Science - 2.1: Algorithms

9th - 11th Grade

31 Qs

Algorithms

Algorithms

10th - 11th Grade

32 Qs

Search, Sort & Recursion Review

Search, Sort & Recursion Review

10th - 12th Grade

30 Qs

Quiz Berpikir Komputasional Informatika Kelas X

Quiz Berpikir Komputasional Informatika Kelas X

10th Grade - University

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