Core purpose: Helping people keep track of things is the purpose of which component in an information system?
Database
Introduction to Database
Difficulty: Easy
Choose an option
-
Adatabase
-
Btable
-
Cinstance
-
Drelationship
Answer
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:
- We focus on the foundational purpose of a data store.
- Context is general (not vendor-specific).
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:
- Table → subset structure inside a database.
- Instance → a particular record or occurrence, not the system that tracks.
- Relationship → links between tables; not the primary storage solution.
Common Pitfalls:Confusing component parts (tables, relationships) with the complete system (database).
Final Answer:database