Question: What is concurrency in relation to parallelism?
A | Same as parallelism: tasks are executed concurrently on independent hardware | B | Opportunity for parallelism: finishing one task is not required to start next |
C | Opposite of parallelism: requires finishing one task to start next | ||