Q.1.
A counting semaphore was initialized toThen 6 P (wait) operations and(signal) operations were completed on this semaphore. The resulting value of the semaphore is
Q.2.
A critical section is a program segment                         .
Q.3.
A semaphore is a shared integer variable                     .
Q.4.
Processes to solve the critical section problem.
Q.5.
Spinlocks are intended to provide                   only.
Q.6.
To avoid deadlock
Q.7.
All deadlocks involve conflicting needs for
Q.8.
Which one of the following statements describes the properties achieved?
Q.9.
A situation where several processes access and manipulate the same data concurrently and the outcome of the execution depends on the particular order in which access takes place is called:
Q.10.
Producer consumer problem can be solved using