Answer:
Check the explanation
Explanation:
Keep two iterators, i (for nuts array) and j (for bolts array).
while(i < n and j < n) {
if nuts[i] == bolts[j] {
We have a case where sizes match, output/return
}
else if nuts[i] < bolts[j] {
what this means is that the size of nut is lesser than that of bolt and we should go to the next bigger nut, i.e., i+=1
}
else {
what this means is that the size of bolt is lesser than that of nut and we should go to the next bigger bolt, i.e., j+=1
}
}
Since we go to each index in both the array only once, the algorithm take O(n) time.
Answer:
Digitalization
Explanation:
Instead of doing it manually they created one web site to interact with the customers through Internet and computer. so it is an example of digitalization where user avoids manual interaction
Answer:
For the university accounting system that replaces an existing system the appropriate generic software process model is Waterfall model
This is because the requirement of the system can be predicted in advance because of the existing system and secondly, this a mission critical system and the requirement are stable and reusable
For the interactive travel planning system that helps users plan journeys with the lowest environmental impact the appropriate generic software process model is Prototype Model
This is because the user's requirement may likely change and fast delivery is essential to be implemented and for this the prototype model can save time of development to focus on essential functions first.
Explanation:
In order to get a better understanding of the answers above let define the concept of
Waterfall Model:
We can define waterfall model as a type of software development approach that explains step by step development method, this software development approach consist of five to seven steps and each step is characterized by different tasks and objectives and these steps combined together explains the the life cycle of the the software development process.
Prototype Model
We can define prototype model as a type of system development approach whereby an estimation(i.e the prototype) of the final system is constructed,tested and adjusted until the desired result is obtained and the the main system is then constructed with the specification of the perfect estimation or prototype for example when constructing a bridge the engineer apply this methodology by first constructing an estimation or prototype of what the bridge should look like and then various test and adjustments are been carried out on this prototype bridge afterward he main bridge is been constructed with the specification of the prototype.
Close call between researcher and project manager, but I say project manager
<span>LSU OSPF packets are used to send LSAs between neighbors.
</span>
<span /><span>
</span><span>Adjacencies are first formed by the OSPF neighbors before the LSAs are shared. When two OSPF neighbors exchange their known LSAs with the OSPF Database Description packets, the device does not know the actual LSAs. These are sent using Link Status Update pockets.</span>