
Big Idea Part 3

Quiz
•
Computers
•
12th Grade
•
Hard
Amy Austin
FREE Resource
56 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a binary search algorithm primarily used for?
To add elements to a list
To halve the number of elements that need to be searched after every comparison
To sort a list
To double the number of elements in a search
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a necessary condition for a list to be searched using a binary search?
The list must contain only positive numbers
The list must be in random order
The list must be sorted
The list must have an even number of elements
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What happens to the part of the list where the target value cannot lie in a binary search?
It is sorted again
It is doubled in size
It is eliminated
It is searched again
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the first step in a binary search to find the number 300?
Compare the first element of the list.
Compare the last element of the list.
Compare the middle element of the list.
Remove the right side of the list.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What do you do if the middle element is not equal to the target and the target cannot be on the left side of the list?
Remove the right side of the list.
Remove the left side of the list.
Compare the first element of the list.
End the search as the target is not present.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What should you do if the middle element is not equal to the target during a binary search?
Throw out the left side of the list.
Throw out the right side of the list.
Add more elements to the list.
Repeat the comparison with the same middle element.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is step 3 in the process?
Option A
Option B
Option C
Option D
Create a free account and access millions of resources
Similar Resources on Wayground
53 questions
Scratch Programming

Quiz
•
9th Grade - University
55 questions
Exploring Computer Science Unit 1 Review

Quiz
•
9th - 12th Grade
54 questions
Unit 4 Study Guide

Quiz
•
9th Grade - University
53 questions
R050 Topics Quiz

Quiz
•
9th - 12th Grade
54 questions
Tin cuối kì 1

Quiz
•
12th Grade
51 questions
ALGORITHM AND FLOWCHART

Quiz
•
12th Grade - University
61 questions
Website Optimisation Guide

Quiz
•
12th Grade
61 questions
APCSA Semester Review

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade