Chapter 3 Flashcards
Transaction Processing Systems (TPS)
Designed to support the processing of everyday operational business transactions (i.e., retrieving, adding, modifying, and deleting data)
Decision Support Systems (DSS)
Specifically designed to aid managers in decision-making tasks
- -Contain data that has been accumulated over time to aid in trend analysis and forecasting
- -Data about subjects must be organized in such a way that it provides a unified, overall picture of all the important details about the subjects over time
- -Data warehouses are the most common example
- -Data marts are subsets of data warehouses designed to support a part of an organization
Business rules
Can be used to define or constrain some aspect of a business’s structure or processes
Data Modeling
is a design technique for capturing reality
Conceptual Data Modeling
goal is to arrive at an understanding of the principal data sources and data elements of interest to the business or organization, and the relationships between the data sources, in order to satisfy requirements for information
tool is the Entity-Relationship Diagram (ERD)
Logical Data Modeling
goal is to convert the conceptual model into a form that can be utilized to create an IS (e.g., a relational database)
–tool is the Relational Schema
Physical Data Modeling
goal is to specify all identifying & operational characteristics of the data that will be recorded in the information system
–tools include the Data Dictionary and others
(ERD)- Entities
named as singular nouns
Entity is something of interest in the environment that is described by attributes and that will have numerous instances we wish to track
(ERD)– Attributes
named as singular nouns
A discrete data element
–Describes an entity (i.e., is a characteristic
(ERD)–Relationships
named as verbs or verb phrases
is an association between entities
Types of Attributes–Simple
at the atomic, most basic level
Types of Attributes–Composite
a related group of attributes
example: Address (Street, City, State, Zip)
Types of Attributes–Single Valued
only one value per entity instance (e.g., Last Name, Date Of Birth)
Types of Attributes–Multivalued
- multiple values per entity instance are possible (e.g., Degree, Club, Skill)
Types of Attributes–Derived
calculated, but not stored (e.g., Total)
These are only optionally shown on an ERD