What is the simplest method of searching a data set, often referred to as a 'serial' search?
T-Level DPDD: Searching & Sorting Algorithms Quiz

Quiz
•
Computers
•
11th Grade
•
Hard
Sara Burton
Used 1+ times
FREE Resource
27 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Binary search
Linear search
Hash search
Tree search
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In a linear search, what happens if the item being searched for is not found in the data set?
The search continues indefinitely
The algorithm must be able to deal with this
The search starts over from the beginning
The search ends immediately
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a benefit of using a linear search?
The list must be ordered
It is very slow when searching lists with vast quantities of data items
It can carry out a search on any type of data
It requires complex program code
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a key requirement for a binary search to work as intended?
The data should be in a sorted format
The data should be in a random format
The data should be in a reverse order
The data should be in a tree structure
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In a binary search, what happens if the search value is lower than the middle of the array interval?
The interval is changed to the upper half of the array
The interval is changed to the lower half of the array
The search ends immediately
The search starts over from the beginning
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a drawback of using a binary search?
Faster performance than a linear search
Data must be sorted (ordered) first
Can carry out a search on any type of data
Simpler to write program code
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a benefit of using a binary search over a linear search?
The list does not have to be ordered
It is very slow when searching lists with vast quantities of data items
Faster performance because the data that requires searching is halved at each stage
It requires complex program code
Create a free account and access millions of resources
Similar Resources on Quizizz
24 questions
GCSE - Mixed question computer science revision

Quiz
•
10th - 11th Grade
30 questions
GCSE (9–1) CS 2.1 Algorithms

Quiz
•
9th - 11th Grade
32 questions
VB.NET

Quiz
•
11th Grade
23 questions
Linear Search Algorithm

Quiz
•
11th Grade
25 questions
Kuis Stack dan Queue

Quiz
•
9th - 12th Grade
25 questions
ONE 6th FORM Linear and Binary Search

Quiz
•
11th Grade
30 questions
Searching & Sorting Algorithms

Quiz
•
10th - 11th Grade
25 questions
Common Algorithms

Quiz
•
9th - 12th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University