How many levels of threads are there in a process?
Which of the following is not a valid thread state?
In the Network File System (NFS), a machine can be a:
The data structures available in the Banker's algorithm are ____
The address of the next instruction to be executed by the current process is provided by the program counter.
A single thread of control in a process allows it to perform __________
When should an effective operating system check for deadlock?
Which of the following scenarios is best suited for the interrupt mode of data transfer?
What is the process of invoking the wait operation?
Each process Pi, i = 0, 1, 2, 3, ..., 9 is coded as follows:
repeat
P(mutex)
{Critical Section}
V(mutex)
forever
The code for P10 is identical except that it uses V(mutex) instead of P(mutex). What is the largest number of processes that can be inside the critical section at any moment (assuming the mutex is initialized to 1)?