difference between parallel computing and threading . python class 11 cbse
Answers
Answered by
2
Explanation:
Difference between Multi-Threading and Parallel Programming. ... Parallel programming explicitly breaks the task down into smallest unit of execution, where each unit can be executed in parallel on a single CPU core. This way you can have multiple parts of the same task being executed in parallel.
Similar questions