1. |
Which of the following describes an interactive process?
Please select the best answer.
|
|
A. |
A process that runs in the background to carry out infrastructure duties
|
|
B.
|
A process that is started and stopped by user commands to carry out specific tasks
|
|
C.
|
A process that takes input and generates output in response to human interaction
|
|
D.
|
A process that is not associated with any terminal and is dedicated to handling a particular task
|
|
The correct answer is C. The most important type of interactive process is a shell program. Other types of processes include background processes and user-command-activated processes. A daemon is a type of background process that is not associated with any terminal and is dedicated to handling a particular task.
|