7.5 Search Algorithms

Quiz
•
Computers
•
12th Grade
•
Medium
Jennifer Greene
Used 8+ times
FREE Resource
14 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
When can a Linear Search be performed?
On letters
On numbers
Both
None of these
2.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
In order to use a Binary Search, the data must be...
int's or doubles
either int's or Strings
in order
objects
3.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
True or False: Linear Search becomes more efficient as more values are added to a particular data set.
True
False
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
How does Linear Search work?
Linear Search traverses an array, starting at the first element, until the desired value is found, or until the end of the array.
Linear Search traverses an array from the last value to the first value until the desired value is found.
Linear Search uses a while loop to traverse an array for the desired value, or until the end of the array.
Linear Search searches for desired values by searching the next highest value in an array, and seeing if that is the desired value.
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
In a list with 100 items, how many comparisons are required by Sequential Search to determine that an item is not in the list?
50
100
It may result in an infinite loop
Not enough information to determine
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many iterations does Binary Search require to search a list with 32 items?
3
5
7
It depends on whether the item is found or not.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
2D Arrays

Quiz
•
9th - 12th Grade
15 questions
Code.org - Unit 6 Review

Quiz
•
9th - 12th Grade
15 questions
Unit 6 Pre-Assessment - Algorithms

Quiz
•
11th - 12th Grade
10 questions
G10 CS Binary Search

Quiz
•
12th Grade
9 questions
"Searching " in Python

Quiz
•
12th Grade
13 questions
A-level linked lists (video)

Quiz
•
12th Grade
17 questions
1.2 Applications

Quiz
•
9th Grade - University
12 questions
IT Fundamentals - 1.1 and 1.2

Quiz
•
9th Grade - University
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