a) you can set different size for each recycle bin b) you can choose which recycle bin to use to ...
View QuestionA process stack does not contain __________
a) Local variables b) Function parameters c) PID of child process d) Return addresses Answer: c Explanation: Process stack ...
View QuestionA process can be terminated due to __________
a) killed by another process b) normal exit c) fatal error d) all of the above Answer: d Explanation: ...
View QuestionWhat is interprocess communication?
a) communication within the process b) communication between two threads of same process c) communication between two ...
View QuestionIn operating system, each process has its own __________
a) address space and global variables b) pending alarms, signals and signal handlers c) open files d) all of the ...
View QuestionA set of processes is deadlock if __________
a) each process is blocked and will remain so forever b) all processes are trying to kill each ...
View QuestionThe systems which allow only one process execution at a time, are called __________
a) unitasking systems b) uniprocessing systems c) uniprogramming systems d) none of the above Answer: b Explanation: Those systems ...
View QuestionIn Operating Systems, which of the following is/are CPU scheduling algorithms?
a) Round Robin b) Priority c) Shortest Job First d) All of the above Answer: d Explanation: In Operating ...
View QuestionIn Unix, Which system call creates the new process?
a) create b) fork c) new d) none of the above Answer: b Explanation: In UNIX, a new process ...
View QuestionThe address of the next instruction to be executed by the current process is provided by the __________
a) CPU registers b) Process stack c) Program counter d) Pipe Answer: c Explanation: The address of the next ...
View Question