67.0k views
1 vote
Parallel processing divides one task among many processors so parts of the task are completed simultaneously.

User Hemendr
by
7.9k points

1 Answer

4 votes

Answer:

Parallel processing divides a large task into many smaller tasks, and executes the smaller tasks concurrently on several nodes. As a result, the larger task completes more quickly. Note: A node is a separate processor, often on a separate machine.

Step-by-step explanation:

User Ggrr
by
7.9k points