Computer Science, asked by Ashwinantony3535, 1 year ago

Difference between concurrent and parallel execution of process

Answers

Answered by ApexPredator619
0

Parallel processing is a subset of concurrent processing. Concurrent processing describes two tasks occurring asynchronously, meaning the order in which the tasks are executed is not predetermined. Two threads can run concurrently on the same processor core by interleaving executable instructions.

Similar questions