What is a critical section in os?
Answer / Pappu Chauhan
A critical section in an operating system is a portion of code that accesses shared resources, such as memory or files. If multiple processes try to access the same critical section simultaneously, conflicts can occur and lead to inconsistencies or errors. To prevent this, synchronization mechanisms like mutexes (mutual exclusion objects) are used.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is an Assembler?
What is real time operating systems?
What is system unit?
Explain the characteristics of instruction and execution time.
How do I enable plugins on firefox?
What is sudo user?
What is system bus? Explain a few related terms.
What are the steps involved in following a particular instruction given by the cpu?
Describe Recovery from Deadlock?
Where are chkdsk logs stored?
Semafore is used for? a) synchronization b) dead-lock avoidence c)box d) none
What are 4 types of operating systems?