MCQs City stays free thanks to ads. Please turn off your ad blocker for this site so content and features keep working.
System Administrator 2026
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
.