Answer the following statements true (T) or false (F)
1) If there is an application or function that should be implemented as a set of
related units of execution, it is far more efficient to do so as a collection of
separate processes rather than a collection of threads.
2) An example of an application that could make use of threads is a file server.
3) Termination of a process does not terminate all threads within that process.
4) If a process is swapped out, all of its threads are necessarily swapped out
because they all share the address space of the process.
5) On a uniprocessor, multiprogramming does not enable the interleaving of multiple threads within multiple processes.
1) F
2) T
3) F
4) T
5) F
You might also like to view...
The space between a node’s contents and its top, right, bottom and left edges is known as the ________, which separates the contents from the node’s edges.
a. margin b. spacing. c. padding. d. None of the above.
What is the minimum number of nodes in a binary tree with L leaves?
a. log L b. 2L – 1 c. 2L d. 2^L e. none of the above
What is Authentication, Authorization and Accounting (AAA, pronounced Triple-A)?
a. A framework developed to enforce policies b. Is a framework developed to control access to computing resources c. A framework to monitor audit usage d. All of the above e. None of the above
Which of the following is not a format for sending messages between classes on a sequence diagram?
A) message Name( ) B) message Name(parameter 1, parameter 2 ) C) message Name( parameter 1 : return Value, parameter 2 : return Value) D) message Name( parameter Type : parameter Name(default Value))