Difficulty: Easy
Correct Answer: MEM
Explanation:
Introduction / Context:
Diagnosing memory usage in DOS often requires a snapshot of conventional, upper, extended (XMS), and expanded (EMS) memory. Microsoft provided a small utility to summarize this information and list memory-resident drivers and programs.
Given Data / Assumptions:
Concept / Approach:
The MEM
command reports memory usage, including free and used amounts and details on drivers and TSRs when invoked with switches (e.g., MEM /C
). It is the standard tool for a quick memory availability check in DOS.
Step-by-Step Solution:
MEM
.Exclude disk (CHKDSK) and optimizer (MEMMAKER) tools.Select 'MEM' as correct.
Verification / Alternative check:
DOS help (MEM /?
) confirms it displays the amount of used and free memory.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
MEM.
Discussion & Comments