In Unix, which system call creates a new process?
If a process fails, most operating system write the error information to a ______ file .
Which module gives control of the CPU to the process selected by the short-term scheduler?
What are the two atomic operations that can be performed on semaphores?
The three general methods for delivering content from a server to a client across a network are _____
The segment of code in which the process may change common variables, update tables, or write to files is known as the
What is the primary effect of compressing a file?
Processes are classified into different groups in ____________
Consider a computer system with a byte-addressable primary memory of size 232 bytes. Assume the computer system has a direct-mapped cache of size 32 KB (1 KB = 210 bytes), and each cache block is of size 64 bytes. The size of the tag field is how many bits?
A deadlock-free solution to the Dining Philosophers problem _____.