Chapter 3- Exam 1 Flashcards
A special-purpose UML notation representing the relationship between two classes that are often considered together, such as when a sports league is made up of a collection of teams
Aggregation relationship
53
UML symbol that depicts the relationship between two classes; it is modeled as a solid line that connects two classes in a model
Association
51
Data elements that describe instances in a class, very much like fields in a database table
Attributes
52, 60
Succinct statements of constraints on business processes; they provide the logic that guides the behavior of the business in specific situations
Business rule
57
See multiplicities
Cardinalities
60
Any separate identifiable collection of things (objects) about which the organization wants to collect and store information. ________ can represent organization resources (e.g. trucks, machines, buildings, cash, investments), persons (e.g. customers, employees), events (e.g. sales, purchases, cash disbursements, cash receipts), and conceptual structures (e.g. accounts, product categories, budgets). ________ are typically implemented as tables in a relational database, where individual instances of the class are represented as rows in the table
Class
50
Structure models prepared using UML notation
Class diagrams
50
A special-purpose UML notation representing the relationship between two classes that are often considered together, similar to aggregation relationships, except that in ________ ________ , one class cannot exist without the other, such as a book and the chapters that compose the book.
Composition relationship
53
Optional or mandatory guidance about how a process should perform in certain situations
Constraints
52
A graphic representation of the conceptual contents of databases; ______ _________ support communication about database contents between users and designers of the database
Data models (50)
The people, things, and events in the domain of interest; in UML notation, _________ are modeled as classes
Entities
60
Attribute that allows database tables to be linked together; ________ ________ are the primary keys of other tables placed in the current table to support the link between the two tables
Foreign key (FK) (53)
A special-purpose UML symbol that supports grouping of things that share common characteristics; it reduces redundancy because the shared characteristics need only be modeled once
Generalization relationship
53
UML symbols that describe the minimum and maximum number of times an instance of one class can be associated with instances of another class for a specific association between those two classes; they indicate whether the two classes are part of one-to-one, one-to-many, or many-to-many relationships
Multiplicities
60
An attribute or a combination of attributes that uniquely identifies an instance of a class in a data model or a specific row in a table
Primary key (PK) (52)