retagged by
903 views
2 votes
2 votes

A relationship between processes such that each has some part (critical section) which must not be executed while the critical section of another is being executed, is known as

  1. Semaphore
  2. Mutual exclusion
  3. Multiprogramming
  4. Message passing
retagged by

1 Answer

Best answer
1 votes
1 votes
B mutual exclusion  ( execution of a process's critical section rule out the possibility of execution of some other process's critical section )
selected by

Related questions

1 votes
1 votes
2 answers
1
1 votes
1 votes
1 answer
2
makhdoom ghaya asked Aug 30, 2016
975 views
A file organization component VSAM file isRelative records data setKeyed sequential data setEntry sequential data setAll of the above
0 votes
0 votes
1 answer
3
makhdoom ghaya asked Aug 30, 2016
811 views
Block or Buffer caches are used toImprove disk performanceHandle interruptsIncrease the capacity of main memorySpeed up main memory Read operations
4 votes
4 votes
1 answer
4
makhdoom ghaya asked Aug 30, 2016
1,657 views
Which of the following can be accessed by transfer vector approach of linking ?External data segmentsExternal subroutineData located in other procedureAll of the above