InterviewSolution
Saved Bookmarks
| 1. |
What is Feature of parallel algorithm in parallel and distributed computing? |
|
Answer» An ALGORITHM is a sequence of steps that take inputs from the user and after some computation, produces an output. A PARALLEL algorithm is an algorithm that can execute several instructions simultaneously on different processing devices and then combine all the individual OUTPUTS to PRODUCE the FINAL result. |
|