Difficulty: Easy
Correct Answer: A-4, B-2, C-3, D-1
Explanation:
Introduction / Context:
Legacy DOS commands still appear in certification exams and interviews because they illustrate core OS concepts: storage, memory, bootstrapping, and file-system operations. Correctly mapping these commands helps solidify command-line literacy.
Given Data / Assumptions:
Concept / Approach:
Recall canonical DOS usage: DBLSPACE /DRVSPACE for compression; MEM /C /P for memory; SYS A: to make a system disk; DELTREE C:\TEMP to remove a tree.
Step-by-Step Solution:
Verification / Alternative check:
Help outputs (e.g., 'MEM /?' or DOS manuals) corroborate each mapping and the typical switches used with each utility.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
A-4, B-2, C-3, D-1
Discussion & Comments