Respuesta :
Answer:
Blank 1: Task level parrallelism
Blank 2: Sub Tasks
Explanation:
Task Parallelism means concurrent execution of the different task on multiple computing cores.
Consider again our example above, an example of task parallelism might involve two threads, each performing a unique statistical operation on the array of elements. Again The threads are operating in parallel on separate computing cores, but each is performing a unique operation.
Answer:
In task-level parallelism parallelism, the computer divides a task into subtasks , which it then allocates to different processors for execution.