Question
Which statement correctly distinguishes concurrency from parallelism?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Concurrency means multiple tasks make progress over time, while parallelism means tasks execute simultaneously
Explanation:
Concurrency can be achieved by interleaving tasks on one processor or by simultaneous execution.
Parallelism specifically requires overlapping execution on multiple processing units.
Leave a Reply