Linear search algorithm:
C++ Quiz 5: Searching and Sorting Algorithms

Quiz
•
Computers
•
7th - 12th Grade
•
Medium
Jerry Xiao
Used 144+ times
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
Scans each index until finding a matching value
Repeatedly dividing in half the array until found
Bubble sorting technique
None of them
2.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
Linear Search works when the array is?
Sorted
Unsorted
Both
None of the above
3.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
A binary search algorithm can be best described as what?
A instant lookup method
Repeatedly dividing in half the array until found
Start at the head, move through the list until found
None of the above
4.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
When is Binary Search preferred over Linear Search?
Small Database
Sorted Database
Unsorted Database
None of the above
5.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
Using binary search in this sorted array:
3 7 10 45 84 100 153 170
How many comparisons would it take to find number 170?
0 – 1
1 – 2
3 – 4
4 – 5
6.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
The maximum comparisons needed in Binary Search on array of size 16 is:
16
8
4
5
7.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
The maximum comparisons needed in Linear Search on array of size 32 is:
32
33
16
31
8.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
Insertion sort is a sorting algorithm in which the elements are transferred one at a time to the right position
True
False
9.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
What is the first change that insertion sort would make to this sequence?
“6 2 5 9”
6 9 5 2
5 9 6 2
9 5 2 6
2 6 5 9
Similar Resources on Quizizz
11 questions
Unit 2.1 - Algorithms L1 & L2

Quiz
•
10th Grade
11 questions
Understanding Binary Search Algorithm

Quiz
•
12th Grade
11 questions
Understanding Linear Search Algorithm

Quiz
•
12th Grade
8 questions
2.3.1(f) Binary Search

Quiz
•
12th Grade
9 questions
Search Algorithms

Quiz
•
9th Grade
11 questions
Binary Search GCSE

Quiz
•
10th Grade
10 questions
G10 CS Linear Search

Quiz
•
12th Grade
12 questions
APCSA Unit 7

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
30 questions
Linear Inequalities

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

Quiz
•
9th - 12th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th 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
11 questions
Decimal/fraction conversions quick check

Quiz
•
5th - 7th Grade