FC0-U61 · Question #543
Which of the following describes the unit of containment that an application is constrained to on an operating system?
The correct answer is A. Process. A process is the fundamental unit of containment on an operating system, isolating an application's memory, file handles, and other resources.
Question
Which of the following describes the unit of containment that an application is constrained to on an operating system?
Options
- AProcess
- BDirectory
- CConsole
- DThread
How the community answered
(52 responses)- A94% (49)
- C2% (1)
- D4% (2)
Why each option
A process is the fundamental unit of containment on an operating system, isolating an application's memory, file handles, and other resources.
A process is an instance of a computer program that is being executed, serving as a container that provides an application with its own isolated memory space, file handles, and other resources managed by the operating system, ensuring its operational boundaries.
A directory is a file system structure used to organize files and other directories, not a unit of containment for an application's execution or resources.
A console is typically a text-based interface for interacting with a program or operating system, not a unit of containment for an application's runtime.
A thread is a lightweight unit of execution within a process that shares the process's resources, but the process itself is the primary unit of containment.
Concept tested: Operating system process containment
Source: https://learn.microsoft.com/windows/win32/procthread/processes-and-threads
Topics
Community Discussion
No community discussion yet for this question.