Binary and linear search

Quiz
•
Computers
•
10th Grade
•
Easy

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
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
Similar Resources on Wayground
28 questions
J277 Revision Quiz (Component 1)

Quiz
•
9th - 11th Grade
28 questions
Chapter13: Assessment

Quiz
•
7th Grade - Professio...
32 questions
CS 1: Big Idea #3 Practice

Quiz
•
9th Grade - University
28 questions
3. INFORMATIKA KELAS X

Quiz
•
10th Grade
30 questions
Chapter 1 - Data Representation (IGCSE Computer Science)

Quiz
•
9th - 10th Grade
33 questions
2.1 Algorithm

Quiz
•
10th Grade
33 questions
Number bases revision

Quiz
•
9th - 12th Grade
34 questions
Data storage and compression

Quiz
•
9th - 10th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade