MCQs City stays free thanks to ads. Please turn off your ad blocker for this site so content and features keep working.
Operating System
Process Synchronization
Q
Process synchronization can be done on __________
AA. Hardware level
BB. Software level
CC. Both hardware and software level
DD. None of the mentioned
Correct Answer:
C. C. Both hardware and software level
Explanation:
Process synchronization can be done on both hardware and software level. Critical section problems can be resolved using hardware synchronisation. But this method is not simple for implementation so software synchronization is mostly used.