Menu

Threads Questions

MCQ
11.
The register context and stacks of a thread are deallocated when the thread?
forum Discussion
MCQ
12.
Thread synchronization is required because ___________
forum Discussion
MCQ
13.
A thread is also called ___________
forum Discussion
MCQ
14.
A thread shares its resources(like data section, code section, open files, signals) with ___________
forum Discussion
MCQ
15.
A heavy weight process ___________
forum Discussion
MCQ
16.
A process having multiple threads of control implies ___________
forum Discussion
MCQ
17.
Multithreading an interactive program will increase responsiveness to the user by ___________
forum Discussion
MCQ
18.
Resource sharing helps ___________
forum Discussion
MCQ
19.
The kernel is _______ of user threads.
forum Discussion
MCQ
20.
If the kernel is single threaded, then any user level thread performing a blocking system call will ___________
forum Discussion