Difficulty: Easy
Correct Answer: Database
Explanation:
Introduction / Context: Clear terminology is essential in data management. When organizations collect related data to support transactions, analytics, and reporting, they rely on a system that organizes, stores, and controls access systematically. This structure underpins nearly all business applications and services.
Given Data / Assumptions:
Concept / Approach: A database is an organized collection of related data managed by a Database Management System (DBMS). It supports concurrency, durability, security, indexing, and query capabilities. Alternative phrases like “directory information” or “information tree” describe specialized structures or metaphors, not the general-purpose managed collection used by applications across domains.
Step-by-Step Solution:
Recognize the need for structured storage + managed access.Map this to the standard term “database.”Confirm that other options are narrower or informal labels.Verification / Alternative check: Any DBMS tutorial or textbook defines a database precisely as an organized collection of data for efficient manipulation and querying.
Why Other Options Are Wrong:
Common Pitfalls: Confusing storage structures (trees, files) with the comprehensive system (database + DBMS) that manages them.
Final Answer: Database
Discussion & Comments