
AP CSP Big Idea 3 - Binary Search

Quiz
•
Computers
•
10th - 12th Grade
•
Medium
Rebecca Sims
Used 37+ times
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The binary search starts ______________________________.
at the beginning
in the middle
at the user selection
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Data must be sorted in which of the below?
linear
sequential
binary
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Data can be sorted (in a binary search) in only ascending order.
True
False
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Data must be sorted in a linear search.
True
False
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How does a binary search algorithm works?
Dividing the list into halves until the item is matched with one in the list.
Starts with the first element and checks the next element consecutively until a match is found.
None of the above
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
An array with 32 elements is input to a binary search algorithm. How many maximum number of comparisons are performed?
32
16
8
5
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
An array with 32 elements is input to a linear search algorithm. How many maximum number of comparisons are performed?
32
16
8
5
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How is the midpoint of the list calculated?
midpoint= ((first_index+last_index)/2)
midpoint=((first_index+last_index)/3
midpoint= round ((first_index+last_index)/2)
9.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
You can conduct a binary search on lists with words that are ____________________________________.
numbered first
in any order
in alphabetical order
Similar Resources on Wayground
10 questions
STS Informatika

Quiz
•
10th Grade
10 questions
Searching & Sorting Algorithms

Quiz
•
11th Grade
13 questions
Binary Number System

Quiz
•
9th - 12th Grade
10 questions
A-level CSc Search Engine Indexing

Quiz
•
11th Grade
10 questions
Przechodzenie po grafie BFS i DFS

Quiz
•
12th Grade
10 questions
AP CS A Unit 6 Quiz PRACTICE

Quiz
•
9th - 12th Grade
12 questions
Java Strings

Quiz
•
9th - 12th Grade
12 questions
GCSE Computing Flash Quiz

Quiz
•
10th - 11th 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
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
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
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th 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