adplus-dvertising
frame-decoration

Question

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

Answer: (a).the kernel can schedule another thread in the application for execution

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. If a kernel thread performs a blocking system call, ____________

Similar Questions

Discover Related MCQs

Q. The model in which one kernel thread is mapped to many user-level threads is called :

Q. The model in which one user-level thread is mapped to many kernel level threads is called :

Q. In the Many to One model, if a thread makes a blocking system call :

Q. In the Many to One model, multiple threads are unable to run in parallel on multiprocessors because :

Q. The One to One model allows :

Q. In the One to One model when a thread makes a blocking system call :

Q. Which of the following is the drawback of the One to One Model ?

Q. When is the Many to One model at an advantage ?

Q. In the Many to Many model true concurrency cannot be gained because :

Q. In the Many to Many model when a thread performs a blocking system call :

Q. Which of the following system calls does not return control to the calling point, on termination ?

Q. Which of the following system calls transforms executable binary file into a process ?

Q. Which of the following calls never returns an error ?

Q. A fork system call will fail if :

Q. If a thread invokes the exec system call,

Q. If exec is called immediately after forking,

Q. If a process does not call exec after forking,

Q. Thread cancellation is :

Q. When a web page is loading, and the user presses a button on the browser to stop loading the page :

Q. When one thread immediately terminates the target thread, it is called :