InterviewSolution
Saved Bookmarks
| 1. |
Process synchronization can be done on __________(a) hardware level(b) software level(c) both hardware and software level(d) none of the mentionedThis question was addressed to me during an internship interview.My doubt is from Process Synchronization in chapter Processes of Operating System |
|
Answer» RIGHT OPTION is (c) both hardware and software level For 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. |
|