42. Algorithm - Binary Search Quiz

Passage
•
Computers
•
9th - 12th Grade
•
Medium
Andy Workman
Used 2+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the main advantage of binary search over linear search?
It is suitable for small number of items
It starts with the first item
It requires the data to be in order
It does not require any sorting
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In binary search, what happens if the item to be found is lower than the item at the midpoint?
Disregard all the items to the left of the midpoint
Disregard all the items to the right of the midpoint
Repeat the process on the left half of the data set
Repeat the process on the right half of the data set
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the value of the midpoint when the left pointer is 4 and the right pointer is 7?
7
5
6
3
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many checks would a linear search perform for a data set of 8 items?
3
8
5
7
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the main disadvantage of binary search?
It does not require any sorting
It starts with the first item
It requires the data to be in order
It is not suitable for small number of items
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What happens if the item to be found is greater than the item at the midpoint in binary search?
Repeat the process on the right half of the data set
Disregard all the items to the right of the midpoint
Repeat the process on the left half of the data set
Disregard all the items to the left of the midpoint
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the main advantage of linear search over binary search?
It starts with the first item
It requires the data to be in order
It is suitable for small number of items
It does not require any sorting
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Unit 8 - Searching and Sorting

Quiz
•
9th - 12th Grade
10 questions
SDD HSC Quiz 4Review Q1-10

Quiz
•
12th Grade
10 questions
CSS Quiz 1

Quiz
•
6th - 10th Grade
16 questions
Searching and Evaluating the Internet

Quiz
•
9th - 11th Grade
10 questions
BTEC DIT C1 LAB - Project Requirements

Quiz
•
10th Grade
6 questions
Visualizing Data

Quiz
•
10th - 12th Grade
10 questions
Database Fundamentals

Quiz
•
KG - University
11 questions
GCSE Computer Science Paper 2: Topic 1

Quiz
•
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
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th 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