Difficulty: Easy
Correct Answer: entity class
Explanation:
Introduction / Context:E–R modeling distinguishes between individual occurrences and the set that contains all occurrences of a type. Using the correct term helps during analysis and documentation.
Given Data / Assumptions:
Concept / Approach:An entity class (also called an entity set) is the collection of all entity instances of a given type. It is not the database (the whole system), not an attribute (a property), and not the diagram itself (ERD).
Step-by-Step Solution:
Identify terms: instance vs. class (set).Match the collection of entities of the same type to “entity class.”Select “entity class.”Verification / Alternative check:Textbooks often use “entity set” interchangeably with “entity class,” both referring to the grouping of instances.
Why Other Options Are Wrong:
Common Pitfalls:Confusing entity class with table implementation; while often mapped one-to-one, the conceptual term is independent of physical storage.
Final Answer:entity class
Discussion & Comments