Consistency – CC

Question 1. What is concurrency in parallel and distributed computing?


Answer:

Concurrency is the ability of a system to manage multiple tasks or processes at the same time, even t–hough the tasks may not be running simultaneously. It allows overlapping execution of tasks to improve efficiency and resource utilization.


Resources:

Geeks For Geeks Article: Difference between Concurrency and Parallelism

View here



OCamlverse Article: Concurrency, Parallelism, and Distributed Systems

View here



Youtube Video by ByteByteGo: Concurrency Vs Parallelism!

View here