UP High Court RO / ARO 05 Jan 2022 Shift 2

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

Verified Answer
A. assembling
B. translating
C. parsing
D. formatting

Explanation:

**Formatting** a storage device, such as a floppy diskette, is the process of preparing it for initial use by an operating system. This involves creating a file system (e.g., FAT) on the disk, which organizes its surface into tracks and sectors and sets up the necessary data structures for storing and retrieving files. Formatting typically erases all existing data. * **Option A (assembling):** Assembling refers to converting assembly code to machine code or physically putting parts together, unrelated to disk preparation. * **Option B (translating):** Translating involves converting code or language from one form to another, not disk preparation. * **Option C (parsing):** Parsing is the analysis of a string of symbols (like code) to determine its grammatical structure, a concept in compilers. * **Option D (formatting):** This is the correct answer. Formatting prepares a storage medium for data storage by creating a file system.