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

Computer Science & Information Technology

You might also like to view...

When a style is set to update automatically, you can modify the style by formatting the text directly

Indicate whether the statement is true or false

Computer Science & Information Technology

Within the circuitry of a computer, each channel along which bits transfer allows the various devices both inside and attached to the system unit to communicate with each other. What are these channels, shown in the accompanying figure, called?

A. charters B. gender changers C. buses D. words

Computer Science & Information Technology