In which of the following cases a Binary Search algorithm is used?
G10 CS Binary Search

Quiz
•
Computers
•
12th Grade
•
Medium

Fritz Bansag
Used 12+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
To search an element in an unordered list?
To search an element in a list of few elements
To search an element in any ordered list with large number of elements
None of the above
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How does a binary algorithm works?
Dividing the list into halves until the item is matched with one in the list.
Starts with the first element and checks the next element consecutively until a match is found.
Dividing the total number of elements and sorting them
None of the above
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
An array with 32 elements is input to a binary search algorithm. How many maximum number of comparisons are performed?
32
16
8
5
3
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How is the midpoint of the list is calculated in Binary Search algorithm?
midpoint = round ((first_element+last_element)/2)
midpoint =(lower_bound+upper_bound)/2
midpoint = round ((lower_bound+upper_bound)/2)
midpoint = round ((lower_bound+upper_bound))
None of the choices
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Under which of the following conditions a Binary Search algorithm terminates?
(a) Item_found=true
(b) lower_bound <= upper_bound
(c) lower_bound > upper_bound
a or c choices
b or c choices
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Complete the sentence:
The lower half of the list is discarded if the value at midpoint is …………………….. item searched in a Binary Search algorithm.
less than
greater than
equal to
not equal to
none
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In Binary Search algorithm, the upper half of the list is discarded if the value at midpoint is greater than item searched.
TRUE
FALSE
None of them
Create a free account and access millions of resources
Similar Resources on Quizizz
11 questions
Computational Thinking

Quiz
•
12th Grade
15 questions
AS Computing: Data Structures

Quiz
•
10th Grade - University
11 questions
Understanding Binary Search Algorithm

Quiz
•
12th Grade
15 questions
Linear and Binary Search Quiz

Quiz
•
12th Grade
11 questions
Understanding Linear Search Algorithm

Quiz
•
12th Grade
10 questions
Algorithms

Quiz
•
9th - 12th Grade
11 questions
42. Algorithm - Binary Search Quiz

Quiz
•
9th - 12th Grade
15 questions
SLR5 | Algorithms

Quiz
•
12th Grade
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
25 questions
SS Combined Advisory Quiz

Quiz
•
6th - 8th Grade
40 questions
Week 4 Student In Class Practice Set

Quiz
•
9th - 12th Grade
40 questions
SOL: ILE DNA Tech, Gen, Evol 2025

Quiz
•
9th - 12th Grade
20 questions
NC Universities (R2H)

Quiz
•
9th - 12th Grade
15 questions
June Review Quiz

Quiz
•
Professional Development
20 questions
Congruent and Similar Triangles

Quiz
•
8th Grade
25 questions
Triangle Inequalities

Quiz
•
10th - 12th Grade
Discover more resources for Computers
40 questions
Week 4 Student In Class Practice Set

Quiz
•
9th - 12th Grade
40 questions
SOL: ILE DNA Tech, Gen, Evol 2025

Quiz
•
9th - 12th Grade
20 questions
NC Universities (R2H)

Quiz
•
9th - 12th Grade
25 questions
Triangle Inequalities

Quiz
•
10th - 12th Grade
65 questions
MegaQuiz v2 2025

Quiz
•
9th - 12th Grade
10 questions
GPA Lesson

Lesson
•
9th - 12th Grade
15 questions
SMART Goals

Quiz
•
8th - 12th Grade
45 questions
Week 3.5 Review: Set 1

Quiz
•
9th - 12th Grade