Difficulty: Easy
Correct Answer: database
Explanation:
Introduction / Context:A database provides organized, persistent storage of facts so users and applications can track, query, and report on information over time.
Given Data / Assumptions:
Concept / Approach:A database is a structured collection of data designed for efficient storage, retrieval, and management, thereby helping users “keep track of things.”
Step-by-Step Reasoning:
Database → contains tables, relationships, constraints, metadata.Tables → store specific entity records but are parts of a database.Instances/relationships → technical terms within the database, not the overarching “purpose”.Verification / Alternative check:Think of everyday systems (inventory, customers). What keeps track? The database as a whole.
Why Other Options Are Wrong:
Common Pitfalls:Confusing component parts (tables, relationships) with the complete system (database).
Final Answer:database
Discussion & Comments