Answer:
Blank 1: Task level parrallelism
Blank 2: Sub Tasks
Step-by-step 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.