MIS Appendix C Flashcards

1
Q

Attributes

A

The data elements associated with an entity.

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

Business Rule

A

Defines how a company performs a certain aspect of its business and typically results in either a yes/no or true/false answer.

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

Cardinality

A

Expresses the specific number of instances in an entity.

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

Composite Entity

A

Entities that exist to represent the relationship between two other entities.

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

Data Model

A

Logical data structures that detail the relationships among data elements using graphics or pictures.

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

Database

A

Maintains information about various types of objects (inventory), events (transactions), people (employees), and places (warehouses).

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

Database Management System (DBMS)

A

Creates, reads, updates, and deletes data in a database while controlling access and security.

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

Entity

A

Stores information about a person, place, thing, transaction, or event.

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

Entity-Relationship Diagram (ERD)

A

A technique for documenting the entities and relationships in a database environment.

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

Field

A

A characteristic of a table.

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

Foreign Key

A

A primary key of one table that appears as an attribute in another table and acts to provide a logical relationship between the two tables.

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

Many-To-Many Relationship (M:N)

A

Between two entities in which an instance of one entity is related to many instances of another and one instance of the other can be related to many instances of the first entity.

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

Multi-Valued Attribute

A

Having the potential to contain more than one value for an attribute.

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

Null-Valued Attribute

A

Assigned to an attribute when no other value applies or when a value is unknown.

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

One-To-Many Relationships (1:M)

A

A relationship between two entities in which an instance of one entity can be related to many instances of a related entity.

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

One-To-One Relationships (1:1)

A

A relationship between two entities in which an instance of one entity can be related to many instances of a related entity.

17
Q

Primary Key

A

A field (or group of fields) that uniquely identifies a given record in a table.

18
Q

Record

A

A collection of related data elements.

19
Q

Relational Database Model

A

Stores information in the form of logically related two-dimensional tables.

20
Q

Single-Valued Attribute

A

Having only a single value of each attribute of an entity.

21
Q

Table

A

Composed of rows and columns that represent an entity.