System Administrator 2026
A heavy weight process ___________
- A. Has multiple threads of execution
- B. Has a single thread of execution
- C. Can have multiple or a single thread for execution
- D. None of the mentioned
Resource sharing helps ___________
- A. Share the memory and resources of the process to which the threads belong
- B. An application have several different threads of activity all within the same address space
- C. Reduce the address space that a process could potentially use
- D. All of the mentioned
If a kernel thread performs a blocking system call, ____________
- A. The kernel can schedule another thread in the application for execution
- B. The kernel cannot schedule another thread in the same application for execution
- C. The kernel must schedule another thread of a different application for execution
- D. The kernel must schedule another thread of the same application on a different processor