MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

ALGORITHMS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A software company used to run an algorithm sequentially on one server. As more users start using their app, the company decided to rewrite the program to be parallel. It is now run on four separate servers instead of one Thanks to the use of a parallel algorithm, the same process that used to take 40 minutes to run now only requires 20 minutes.The company is considering purchasing additional computers to decrease the time the program runs even further. Which of the following best describes the impacts of running the parallel algorithm on an even larger number of computers
A
The algorithm will likely require more time since it is now being run sequentially on more computers.
B
The algorithm will likely require the same amount of time to run because it is processing the same amount of data
C
The algorithm will likely require less time to run though the improvements in efficiency will not be as significant as before.
D
The algorithm is unlikely to still run since parallel algorithms are not designed to scale to additional computers
Explanation: 

Detailed explanation-1: -Answer. Answer: a. The algorithm will likely require more time since it is now being run sequentially on more computers.

There is 1 question to complete.