Difficulty: Easy
Correct Answer: File
Explanation:
Introduction / Context:Classic file systems and many data-processing workflows use a hierarchy: fields form records, and records are grouped into files. Understanding these terms is foundational to database and storage concepts.
Given Data / Assumptions:
Concept / Approach:The standard term for a group of related records treated as one unit is a file. Files are named containers used for storage, backup, transfer, and processing steps.
Step-by-Step Solution:
Recall the hierarchy: fields → records → files.Identify the unit that holds multiple records: file.Select ‘‘File’’ as the correct term.Verification / Alternative check:Operating systems and ETL tools operate on files (not individual records) as the basic unit for moving and processing large sets of data.
Why Other Options Are Wrong:
Common Pitfalls:Equating ‘‘batch’’ (job control concept) with the data grouping; here the precise data container is a file.
Final Answer:File
Discussion & Comments