Computers and Technology
21.07.2022 12:36
179
342
6
Solved by an expert

Consider the following list. list = {5, 11, 25, 28, 45, 78, 100, 120, 125}; suppose

Consider the following list.
list = {5, 11, 25, 28, 45, 78, 100, 120, 125};
suppose that binary search as discussed in the book is used to determine whether 110 is in list. exactly how many key comparisons are executed by binary search?
a) 3
b) 5
c) 8
d) 12
Show Answers
poreally6456
poreally6456
4,8(64 marks)

To search 110 is in list we key comparisons binary search will make are option

(A) 3

Explanation:

First the start =0 and end =8 and midindex=4.

So 110 will be compared to element at index 4 that is 45 since 110 is greater than 45 so start will be updated as start=midindex +1.

start=5 , end =8 and midindex=6.

Element at index 6 is 100 so 110 will be compared to 100 since it is greater so again start will be updated midindex+1.

start=7,end=8 midindex=7

element at index 7 is 120 so 110 will be compared to 120 since it is smaller than 120 end will be updated as midindex -1.

start=7,end=6

Now we have start > end .So the loop will finish execution.

Comparison made are 3.

sherlock19
sherlock19
4,4(57 marks)

Not applicable.

Explanation:

You'll have to provide the multiple choice options that are likely associated with this question in order to receive an answer.

Popular Questions about the subject: Computers and Technology

Conpare and contrast linkage amongst all the stages of the information...
Computers and Technology
11.05.2023 01:10
After pasting the information on the left side of the comparison...
Computers and Technology
03.03.2021 08:50
The address range is reserved for a computer to communicate with...
Computers and Technology
01.05.2022 02:34
What kind of approach should you follow to create a website that...
Computers and Technology
07.10.2022 16:18
Systems that integrate different types of techniques, such as genetic...
Computers and Technology
08.09.2021 15:08
Microphones plug into the on a sound card or integrated motherboard...
Computers and Technology
04.10.2022 21:58
You __ a worksheet to emphasize certain entries and make the worksheet...
Computers and Technology
06.12.2020 09:02
Plz asap and spell correctly...
Computers and Technology
02.11.2020 16:24
To complete a specific task in businesses , what software should...
Computers and Technology
16.08.2020 12:53
Which is a true statement about james mcculloch of mcculloch v....
Computers and Technology
08.04.2022 07:14

New questions by subject

A summery of today’s CNN10???...
History
30.04.2022 02:27
Who said it is the government s job to protect the natural right...
Social Studies
15.09.2021 23:21
A rightward shift in the aggregate demand curve should result in?...
History
26.05.2022 17:39
How would you go about determining what the volume of a unmarked...
Biology
28.01.2023 23:24
Put the following equation of a line into slope-intercept form,...
Mathematics
07.03.2021 16:07
Please help meee i need this done please please someone please...
Geography
18.02.2022 00:33
#
#
#
#
# #

We expand our knowledge with many expert answers