FC0-U61 · Question #673
Which of the following operating system components would MOST likely be involved when an application needs to save data?
The correct answer is B. Disk management. When an application needs to save data, the operating system's disk management component is most directly involved, as it handles the allocation and organization of persistent storage.
Question
Which of the following operating system components would MOST likely be involved when an application needs to save data?
Options
- AProcess scheduler
- BDisk management
- CMemory management
- DTask scheduler
How the community answered
(36 responses)- A3% (1)
- B94% (34)
- D3% (1)
Why each option
When an application needs to save data, the operating system's disk management component is most directly involved, as it handles the allocation and organization of persistent storage.
The process scheduler manages the allocation of CPU time to various running processes, not data storage.
Disk management is the operating system component responsible for allocating storage space, organizing files and directories, and handling read/write operations on persistent storage devices like hard drives or SSDs. When an application saves data, these functions are directly engaged to write the information to disk.
Memory management handles the allocation and deallocation of RAM to processes, which is for temporary data, not persistent saving.
The task scheduler automates the execution of programs or scripts at predefined times or in response to specific events, not directly involved in an application saving data.
Concept tested: Operating system components - disk management
Source: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/diskpart
Topics
Community Discussion
No community discussion yet for this question.