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:
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