nerdexam
CompTIA

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.

Infrastructure

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)
  • A
    3% (1)
  • B
    94% (34)
  • D
    3% (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.

AProcess scheduler

The process scheduler manages the allocation of CPU time to various running processes, not data storage.

BDisk managementCorrect

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.

CMemory management

Memory management handles the allocation and deallocation of RAM to processes, which is for temporary data, not persistent saving.

DTask scheduler

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

#OS components#disk management#file system

Community Discussion

No community discussion yet for this question.

Full FC0-U61 Practice