The two steps the operating system takes to use a disk to hold its files are and _
A.
a) caching & logical formatting
B.
b) logical formatting & swap space creation
C.
c) swap space creation & caching
D.
d) partitioning & logical formatting
Correct answer is:
D. d) partitioning & logical formatting
Explanation:
partitioning & logical formatting
Partitioning: This involves dividing the disk into separate sections called partitions. Each partition can be used independently to store different types of data or operating systems.
Logical formatting: This process creates a file system structure on a partition, defining how data is organized and stored on the disk. It creates directories, files, and other metadata necessary for file management.
These two steps are essential to prepare a disk for storing and managing files effectively.