Computer Science, asked by princesscuteangel67, 6 hours ago

Difference between concurrent and sequence programming?​

Answers

Answered by saiyedsidra0783
0

Answer:

Concurrent vs sequential programming

Concurrent vs sequential programmingConcurrency is about independent computations that can be executed in an arbitrary order with the same outcome. The opposite of concurrent is sequential, meaning that sequential computations depend on being executed step-by-step to produce correct results.

Answered by Manasa2632
2

Answer:

Concurrency is about independent computations that can be executed in an arbitrary order with the same outcome. The opposite of concurrent is sequential, meaning that sequential computations depend on being executed step-by-step to produce correct results.

Similar questions