Difficulty: Easy
Correct Answer: Store information together
Explanation:
Introduction / Context:Files are foundational units in operating systems and databases. They provide a convenient, named container for related data, enabling organization, persistence, and sharing. Understanding the purpose of files clarifies why data is grouped and managed as collections rather than scattered items.
Given Data / Assumptions:
Concept / Approach:While we may arrange, create, and access files, the primary idea is to store information together coherently. Grouping related data in a single container eases retrieval, integrity checks, and lifecycle management.
Step-by-Step Solution:
Identify key motivation: persistent, organized storage.Recognize that actions (create/access/arrange) are secondary to purpose.Choose ‘‘Store information together’’ as the central rationale.Verification / Alternative check:Common formats—CSV, JSON, binary—organize related data into one file for portability, compatibility, and processing efficiency.
Why Other Options Are Wrong:
Common Pitfalls:Confusing operations performed on files with the fundamental reason for using files.
Final Answer:Store information together
Discussion & Comments