Terminology of Parallelism
Task: logical discrete section of computational work
Parallel Tasks: tasks whose computations are independent of each other so that all such tasks can be performed simultaneously with correct answers
Serial Execution Execution of a program sequentially, one statement