Answer:
do you still need the answer? or am i to lateeee
Explanation:
Answer:
The goal of enterprise software is to enable the activities of large organizations, supporting a wide range of different user roles.
Answer: Systems design
Explanation: SDLC(Systems Development Life Cycle) is the cycle that is responsible for the development of the system including several phases related to it.
The system design phase in SDLC works with the physical or hardware units and the logical reports to make a design interface. This phase makes the requirements of the cycle into design and present it for the analysis so that it can test the efficiency of it.
The sorted values array contains the sixteen integers 1, 2, 3, 13, 13, 20, 24, 25, 30, 32, 40, 45, 50, 52, 57, 60. How many recu
Licemer1 [7]
The number of recursive calls that have to be done using the binary search is 4.
<h3>How to do the recursive calls</h3>
binarySearch = (45, 0, 15)
start + end / 2 = value
mid = 0 + 15/2 = 7.5
The 7th element = 30
30 is less than 45
8 + 15/3
= 23/2 = 11.5
The 12th element = 52
52 is greater than 45
8 + 11/2
= 19/2 = 9.5
The value of 9 = 40 and 40 is less than 45
10+ 11/2 = 10.5
The tenth value is 45 hence the iteration to be done is 4.
Read more on binary here:
brainly.com/question/21475482
#SPJ1