What is the difference between concurrency and parallelism?
Examples are appreciated.
Concurrency: If two or more problems are solved by a single processor.
Parallelism: If one problem is solved by multiple processors.