Searching and Sorting

Quiz
•
Computers
•
10th - 12th Grade
•
Medium
Carol Luce
Used 26+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which type of lists or arrays are linear search algorithms used for?
Unsorted
Sorted
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
A binary search algorithm will only work on a list which is in order.
True
False
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Using a binary search why will the number 9 never be found in the following list:
11, 8, 13, 9, 7, 3
It does not work on numbers
After checking if 9 is greater than 11 it will stop searching.
The list is not in numerical order
The first pass will take the first half because 13 is greater than 9, so the second half containing the 9 will be eliminated.
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
12, 6, 8, 1, 3
How many searches would it take to find the number 1?
Create a free account and access millions of resources
Similar Resources on Wayground
25 questions
Binary Search Tree

Quiz
•
11th - 12th Grade
18 questions
GCSE OCR Python Paper 2 Basics

Quiz
•
11th Grade
20 questions
Programming Quiz

Quiz
•
1st - 10th Grade
15 questions
AP CSP Unit 10 Algorithms

Quiz
•
12th Grade
16 questions
Searching and Sorting Algorithms

Quiz
•
9th - 10th Grade
19 questions
Searching and sorting algorithm quiz

Quiz
•
12th Grade
20 questions
GCSE Computer Science Programming Knowledge Check Jan 19

Quiz
•
10th Grade
20 questions
AP CSP Unit 6, 7, 8, 10 Vocab Quizs

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