1. In which of the following cases, binary search algorithm is used?

Binary search Quiz

Quiz
•
Computers
•
University
•
Hard
Easther Tie
Used 4+ times
FREE Resource
8 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
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
2. How does a binary search 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.
None of the above
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
3. An array with 32 elements is input to a binary search algorithm. How many maximum number of comparisons are performed?
32
8
16
5
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
4. An array with 32 elements is input to a linear search algorithm. How many maximum number of comparisons are performed?
32
8
16
5
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
5. How is the midpoint of the list calculated?
midpoint= round ((first_element+last_element)/2)
midpoint= round ((lower_bound+upper_bound)/2)
midpoint=(lower_bound+upper_bound)/2
midpoint= round ((lower_bound+upper_bound))
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
6. Complete the sentence: The lower half of the list is discarded if the value at midpoint is …………………….. item searched.
less than
equal to
greater than
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
7. True or False: The upper half of the list is discarded if the value at midpoint is greater than item searched.
true
false
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
8. What is the disadvantage of binary search algorithm?
It takes longer time when compared to linear search algorithm
It is very complex to understand
It works only on sorted lists
Similar Resources on Quizizz
10 questions
0xDebug - Python

Quiz
•
University
10 questions
searching quiz

Quiz
•
University
10 questions
PDS - 04225 Algorithms - Chapter 3

Quiz
•
University
11 questions
Data Structures - Training: Quiz 1

Quiz
•
University
10 questions
DAA Lesson 2 quiz

Quiz
•
University
7 questions
Binary Search Tree

Quiz
•
University
8 questions
AI-GLOW2023-WAC

Quiz
•
University
10 questions
exception

Quiz
•
University
Popular Resources on Quizizz
25 questions
Equations of Circles

Quiz
•
10th - 11th Grade
30 questions
Week 5 Memory Builder 1 (Multiplication and Division Facts)

Quiz
•
9th Grade
33 questions
Unit 3 Summative - Summer School: Immune System

Quiz
•
10th Grade
10 questions
Writing and Identifying Ratios Practice

Quiz
•
5th - 6th Grade
36 questions
Prime and Composite Numbers

Quiz
•
5th Grade
14 questions
Exterior and Interior angles of Polygons

Quiz
•
8th Grade
37 questions
Camp Re-cap Week 1 (no regression)

Quiz
•
9th - 12th Grade
46 questions
Biology Semester 1 Review

Quiz
•
10th Grade