Which of the following is a benefit of parallel and distributed computing?

A. Distributed computing typically requires fewer computers
B. Distributed computing can be used when parallel solutions are not possible
C. Parallel computing scales more effectively than sequential computing
D. Distributed computing improves the speed at which an individual computer executes a program

Respuesta :

Answer:

C

Explanation:

Statement that express benefit of parallel and distributed computing is C:Parallel computing scales more effectively than sequential computing.

  • Both distributed computing and parallel systems are been used on daily basis, however they are a little bit different, parallel computing system has multiple processors.

  • These processor communicate with each other by the the use of shared memory, and this helps the Parallel computing scales to be more effective compare with sequential computing.

  • Distributed computing system also has, multiple processors, and these processors  are all connected to a communication network.

Therefore, option C is correct.

learn more at:

https://brainly.com/question/20769806?referrer=searchResults