Difficulty: Easy
Correct Answer: Dump
Explanation:
Introduction / Context:
System administrators and developers often need a snapshot of memory or device contents to diagnose faults, preserve state, or analyze crashes. This process has a specific term widely used in operating systems, databases, and embedded systems.
Given Data / Assumptions:
Concept / Approach:
A dump is a captured image or listing of memory or storage contents. Examples include core dumps (process memory after a crash), heap dumps, database dumps (logical data export), and firmware dumps. The term emphasizes extraction rather than transformation or improvement.
Step-by-Step Solution:
Map the described action (evacuate/copy contents) to terminology.Recognize standard usage: memory dump, core dump, database dump.Select ‘‘Dump’’ as the correct term.
Verification / Alternative check:
Common tools (e.g., gcore, jmap, mysqldump) reflect the conventional term dump, confirming industry-wide usage.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing backup with dump; while both copy data, dump typically captures raw or structured internal state for analysis rather than routine backup alone.
Final Answer:
Dump
Discussion & Comments