FC0-U61 · Question #10
Which of the following BEST describes an application running on a typical operating system?
The correct answer is A. Process. An application running on a typical operating system is an example of a process, which is a program or a set of instructions that is loaded into memory and executed by the CPU. A process can have one or more threads, which are subunits of execution that share the resources of the
Question
Which of the following BEST describes an application running on a typical operating system?
Options
- AProcess
- BThread
- CFunction
- DTask
How the community answered
(43 responses)- A91% (39)
- B2% (1)
- C2% (1)
- D5% (2)
Explanation
An application running on a typical operating system is an example of a process, which is a program or a set of instructions that is loaded into memory and executed by the CPU. A process can have one or more threads, which are subunits of execution that share the resources of the process. A process can also perform one or more tasks, which are units of work that the process needs to accomplish. A process can also call one or more functions, which are blocks of code that perform a specific operation and return a value.
Topics
Community Discussion
No community discussion yet for this question.