Comp chap 8

The process of preparing a floppy diskette for use is called ............

Verified Answer
A. assembling
B. translating
C. parsing
D. formatting
E. none of these

Explanation:

The process of preparing a storage medium, such as a floppy diskette, hard drive, or USB drive, for initial use by an operating system is known as formatting. This involves setting up a file system (e.g., FAT, NTFS, HFS+) on the disk, which creates the necessary directory structures and prepares the disk sectors for storing and retrieving data. Option (d) 'formatting' accurately describes this process. Option (a) 'assembling' refers to putting components together. Option (b) 'translating' typically refers to converting code from one programming language to another or converting human language. Option (c) 'parsing' involves analyzing a string of symbols (like code or text) according to the rules of a formal grammar. These terms are unrelated to preparing a disk for data storage.