adplus-dvertising
frame-decoration

Question

A thread shares its resources(like data section, code section, open files, signals) with :

a.

other process similar to the one that the thread belongs to

b.

other threads that belong to similar processes

c.

other threads that belong to the same process

d.

all of the mentioned

Answer: (c).other threads that belong to the same process

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. A thread shares its resources(like data section, code section, open files, signals) with :

Similar Questions

Discover Related MCQs

Q. A heavy weight process :

Q. A process having multiple threads of control implies :

Q. Multithreading an interactive program will increase responsiveness to the user by :

Q. Resource sharing helps :

Q. Multithreading on a multi – CPU machine :

Q. The kernel is _______ of user threads.

Q. If the kernel is single threaded, then any user level thread performing a blocking system call will :

Q. Because the kernel thread management is done by the Operating System itself :

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

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 ?