Search and Sorting Algorithms

Quiz
•
Computers
•
12th Grade
•
Hard

Aaron Beverley
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A search that involves comparing each item in turn with the required item is called a:
binary search
descending search
quadratic search
linear search
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A sorted list is one of the requirements of a
binary search
descending search
quadratic search
linear search
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Finding the maximum data item in a list is relevant for
numeric data
string or text data
a sorted list
both A and B
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A search of a data list containing 20,000 items takes on average 10,000
comparisons to find a particular item.
The type of search being used is probably a:
binary search
linear search
maximum search
minimum search
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Functions and procedures are used to
implement algorithms.
Which of the following statements is true?
Procedures always return one
value; functions can return any
number of values
Functions always return one value;
procedures can return any number
of values.
Functions are only able to process
numeric data
All functions must include at least
one input parameter
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The largest value in an array of 10,000
items is found to be in position 234.
Which of the following is True?
The list must be sorted
Larger items may exist in positions
235 to 10,000
The list must be unsorted
The list only contains numeric data
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Any particular item is always found in a
list of 1000 items within 10
comparisons. What can be said about the
1000 items?
There must be only 10 unique
items in the list
The list of items must be sorted
Most of the list must be empty.
There is insufficient information to
answer this question
Create a free account and access millions of resources
Similar Resources on Wayground
13 questions
Robust Programming

Quiz
•
11th - 12th Grade
10 questions
Technical Terms - Internet (A-Z) - SERP

Quiz
•
12th Grade
15 questions
SLR5 | Algorithms

Quiz
•
12th Grade
6 questions
Selection sort algorithm

Quiz
•
9th - 12th Grade
10 questions
H446 Paper 2 Prep

Quiz
•
12th Grade
10 questions
BTEC UNIT 1 THE ONLINE WORLD QUIZ 1

Quiz
•
12th Grade
10 questions
Understanding Bubble Sort Algorithm

Quiz
•
12th Grade
14 questions
List Review Quiz

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