Difficulty: Medium
Correct Answer: E
Explanation:
Introduction / Context:
Legacy DOS and early Windows assign drive letters in a specific order: floppies (A:, B:), then primary partitions, then logical drives in extended partitions. Understanding this order helps with multibooting and data partition planning.
Given Data / Assumptions:
Concept / Approach:
Classic letter assignment proceeds as follows: C: goes to the primary partition of the first physical hard drive. Next, the system assigns letters to logical drives in the extended partition of the first drive. Only after finishing those does it assign a letter to the primary partition of the second drive, followed by its logical drives. With one logical on the first drive, D: becomes that logical, so the second drive’s primary gets E:.
Step-by-Step Solution:
Verification / Alternative check:
Booting such a system in DOS/Win9x or Windows setup demonstrates this order; disk management tools show letter assignments reflecting the described precedence rules.
Why Other Options Are Wrong:
Common Pitfalls:
Assuming all primary partitions get letters before any logical drives. In legacy DOS/Win9x, logical drives on the first disk are lettered before the second disk’s primary. Modern Windows may behave differently when volumes are hidden or using GPT/UEFI, but the classic exam scenario follows the legacy rule.
Final Answer:
E
Discussion & Comments