Respuesta :
Answer:
A)
Greedy algorithms are a class of algorithm that will choose the local optimum at any time to find the optimum solution for the problem.
The problem here is to reduce the completion time.
Since only one super computer is there, it can process the jobs sequentially and its processing time is constant.
The individual "n" PCs need to process only one job each and the completion time will depend on the completion of all PC processing
Thus sort the jobs in descending order of the "fi" time and feed the super computer from lager PC time process to smaller PC time process.
Algorithm:
- sort the jobs in the descending order of value of "fi".
New List = Sort(Ji) on fi
- Feed the super computer in the sorted order of jobs Newlist.
B)
The greedy choice used above is selecting the jobs with higher value of PC time at every time.
Thus the completion time can be reduced since the jobs with higher PC time will be finished first.
Thus the overhead time after finishing the super computer processing can be eliminated.
Since the super computer process the job with smallest PC time last, the best finishing time can be [tex]E_{si}[/tex] + smallest(fi).
Thus optimum completion time can be obtained through the algorithm in "A".
Explanation:
in this exercise we have to use the knowledge of software to explain its efficiency, as:
A) Relationship between the software performance level and the amount of resources used, under pre-defined usage conditions.
B) An algorithm is efficient if it doesn't waste time for nothing. In other words, an algorithm is efficient if it is faster than other algorithms for the same problem.
What is a software?
Software can be defined as a set of instructions that allow the user to control an electronic device. In a computer, for example, the physical parts and peripherals make up the hardware, but you need software so that the components know how they are supposed to work.
A) Greedy algorithms are a class of algorithm that will choose the local optimum at any time to find the optimum solution for the problem. Since only one super computer is there, it can process the jobs sequentially and its processing time is constant.
B) The selfish choice secondhand above is selecting the jobs accompanying greater value of PC occasion at each time. Thus the accomplishment period can be weakened because the jobs accompanying bigger PC time will be done first. Thus the overhead period after perfecting the excellent calculating processing maybe removed.
See more about software at brainly.com/question/1022352