Chapter 17: Database Design Using the REA Data Model Flashcards

1
Q

data modeling

A

defining a database so that it faithfully represents all key components of an organization’s environment. The objective is to explicitly capture and store data about every business activity the organization wishes to plan, control, or evaluate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

entity-relationships (E-R) diagram

A

a graphical depiction of a database’s contents showing the various entities being modeled and the important relationships among them

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

entity

A

anything about which an organization wants to collect and store information

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

REA data model

A

a data model used to design AIS databases. It contains information about three fundamental types of entities: resources, events, and agents

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

resources

A

those things that have economic value to an organization such as cash, inventory, supplies, factories, and land

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

events

A

business activities about which management wants to collect information for planning or control purposes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

agents

A

the people and organizations who participate in events and about whom information is desired

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

cardinalities

A

describe the nature of a database relationship indicating the number of occurrences of one entity that may be associated with a single occurrence of the other entity. Three types of cardinalities are one-to-one, one-to-many, and many-to-many

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

minimum cardinality

A

the minimum number of instances that an entity can be linked to the other entity in the relationship. Only two options: 0 and 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

maximum cardinality

A

the maximum number of instances that an entity can be linked to the other entity in the relationships. Only two options: 1 to many

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

one-on-one (1:1) relationship

A

a relationship between two entities where the maximum cardinality for each entity is 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

one-to-many (1:N) relationship

A

a relationship between two entities where the maximum cardinality for one of the entities is 1 but the other entity has a maximum cardinality of many

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

many-to-many (M:N) relationship

A

a relationship between two entities where the maximum cardinality of both entities is many

How well did you know this?
1
Not at all
2
3
4
5
Perfectly