Difficulty: Easy
Correct Answer: batch processing
Explanation:
Introduction / Context:
Operational environments often safeguard data by keeping several prior versions known as “generations.” This rotation supports recovery if the latest copy is corrupted. Understanding where this practice originated helps contextualize systems history and controls.
Given Data / Assumptions:
Concept / Approach:
Batch processing consolidates work into scheduled runs, producing discrete outputs (files, reports). Each run creates a new generation while older ones are retained for rollback. Although backups exist in other modes, the language of “generations” is most associated with batch-oriented data centers and tape/file management.
Step-by-Step Solution:
Identify the control practice: keep multiple prior outputs.Recognize its roots in scheduled, end-of-day or end-of-cycle batch jobs.Select the associated mode: batch processing.
Verification / Alternative check:
Operations manuals and JCL/tape management systems explicitly use generation terminology for batch datasets.
Why Other Options Are Wrong:
Common Pitfalls:
Equating snapshot-based backups in modern systems with the older generation-labeling scheme; concepts are related but historically distinct.
Final Answer:
batch processing
Discussion & Comments