nerdexam
Huawei

H13-511_V5.5 · Question #54

Which of the following process of establishing a file system on a disk is usually called?

The correct answer is A. Formatting. Formatting is the process of preparing a disk to store data by establishing a file system - it writes the necessary structures (like partition tables, boot sectors, and directory entries) that the OS uses to organize and track files. B (Encapsulation) is an OOP concept where…

Cloud Computing IT Infrastructure (Compute, Storage, Network)

Question

Which of the following process of establishing a file system on a disk is usually called?

Options

  • AFormatting
  • BEncapsulation
  • CPartition
  • DRAID

How the community answered

(46 responses)
  • A
    78% (36)
  • B
    2% (1)
  • C
    7% (3)
  • D
    13% (6)

Explanation

Formatting is the process of preparing a disk to store data by establishing a file system - it writes the necessary structures (like partition tables, boot sectors, and directory entries) that the OS uses to organize and track files.

  • B (Encapsulation) is an OOP concept where data and methods are bundled together - unrelated to disk setup.
  • C (Partition) is close but refers to dividing a disk into logical sections, not creating the file system itself; you typically partition before formatting.
  • D (RAID) is a storage redundancy/performance technique that spans multiple disks - a higher-level configuration, not file system creation.

Memory tip: Think of formatting like "moving into a new house" - partitioning divides the space into rooms, but formatting is when you actually set up the infrastructure (wiring, plumbing) that makes the space usable.

Topics

#file system#disk formatting#storage#initialization

Community Discussion

No community discussion yet for this question.

Full H13-511_V5.5 Practice