Podcast
Questions and Answers
Which type of process is started by a user, either at a command line or through a graphical interface?
Which type of process is started by a user, either at a command line or through a graphical interface?
- Daemons
- Batch Processes
- Threads
- Interactive Processes (correct)
Which type of process runs continuously and waits for a user or system request indicating that their service is required?
Which type of process runs continuously and waits for a user or system request indicating that their service is required?
- Interactive Processes
- Threads
- Batch Processes
- Daemons (correct)
Which type of process runs under the umbrella of a main process, sharing memory and other resources, but is scheduled and run by the system on an individual basis?
Which type of process runs under the umbrella of a main process, sharing memory and other resources, but is scheduled and run by the system on an individual basis?
- Daemons
- Interactive Processes
- Threads (correct)
- Batch Processes