Computer Science, asked by shariqmahmood12, 3 months ago

a) For what reason is synchronization important among processes when every one of them are executing on a single CPU machine and just one of them can really execute at any one moment?

Answers

Answered by ritikraj7873
1

Answer:

While executing many concurrent processes, process synchronization helps to maintain shared data consistency and cooperating process execution. Processes have to be scheduled to ensure that concurrent access to shared data does not create inconsistencies.

Similar questions