IS 410 Vocab

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/43

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

44 Terms

1
New cards

Data

Stored representations of meaningful objects and events.

2
New cards

Metadata

data that describes the properties and context of user data.

3
New cards

Relational Databases

Database technology involving tables (relations) representing entities and primary/foreign keys representing relationships.

4
New cards

Information

data processed to increase knowledge in the person using the data.

5
New cards

Data warehouses

A central respitory for data, a data warehouse is a type of database specifically designed for fast query and analysis.

6
New cards

ERD (Entity Relation Diagrams)

A visual representation that shows how different entities in a database relate to one another.

7
New cards

EERD (Enhanced Entity Relation Diagrams)

Is an extension model of the ERD is used to represent complex database structures by incorporating additional concepts like subtypes, supertypes, and inheritance.

8
New cards

Data modeling and design tools

automated tools used to design databases and application programs

9
New cards

Repository

centralized storehouse of Metadata

10
New cards

DBMS (Database Management System)

software for managing the database

11
New cards

Application programs

software using the data

12
New cards

User interface

text, graphical displays, menus, and other displays for the user

13
New cards

Data/Database Administrators

personnel responsible for maintaining the database

14
New cards

System Developers

personnel responsible for designing databases and software

15
New cards

Planning

Preliminary understanding of business situation. Enterprise model and conceptual data modeling.

16
New cards

Analysis

Thorough analysis of business situation, leading to functional requirements. Detailed conceptual data modeling.

17
New cards

Design

Logical and physical database design, to develop technology and organization.

18
New cards

Implementation

Writing programs, building databases, testing, installing, training, and documenting.

19
New cards

Maintenance

Monitoring, repairing, and enhancing

20
New cards

Primary Key

An attribute or combination of attributes that uniquely identifies one and ONLY one instance of an entity.

21
New cards

Foreign Key

Are created any time an attribute relates to another entity in a (1:1) or (1:N) relationship.

22
New cards

Cardinality

Refers to the maximum number of times an instance in one entity an relate to instances of another entity.

23
New cards

Ordinality

Refers to the minimum number of times an instance in one entity can be associated with an instance in the related entity.

24
New cards

Inheritance

The concept that subtype entities inherit the values of all supertype attributes.

25
New cards

Supertype

An entity type that relates to one or more subtypes.

26
New cards

Subtype

A subgroup of entities with unique attributes.

27
New cards

Generalization

The process of defining a general entity type from a collection of specialized entity types.

28
New cards

Centralization

It defines subtypes of the supertype and determines the relationship between the two. Opposite of Generalization!

29
New cards

Disjoint Subtypes

simple attributes that must have alternative values to indicate any possible subtypes.

30
New cards

Overlapping Subtypes

composite attributes whose subparts pertain to various subtypes. Each subpart has a Boolean value that indicates whether or not the instance belongs to the associated subtype.

31
New cards

Attribute

Property or characteristic of an entity or relationship type.

32
New cards

Unary Relationship

Entities of the same entity type related to each other. This counts as (1:N) one to many.

33
New cards

Binary Relationship

Entities of 1 type related to entities of another.

34
New cards

Ternary Relationship

Entities of 3 different types involved in the same relationship.

35
New cards

Cardinality Constraints

The number of instances of one entity that can or must be associated with each instance of another entity.

36
New cards

Associative Entity

Is an entity, it has attributes, and a relationship. It serves to link other entities together in a (N:N) relationship.

37
New cards

Multivalued Attributes

May take on more than one value for a given entity or relationship instance.

38
New cards

Derived Attributes

Values can be calculated from related attribute values (not physically stored in the database).

39
New cards

Entity

Can have no relation and be independent, and the entity can have a relation if needed. (Person, place, or concept).

40
New cards

Time Stamp

A time value that is associated with a data value, often indicating when some event occurred that affected the data value.

41
New cards

Composite Attribute

An attribute that has meaningful component parts (sub-attributes). (Example: attributes about a person’s home address).

42
New cards

Required

Must have a value for every entity or relationship instance with which it is associated.

43
New cards

Optional

May not have a value for every entity or relationship instance with which it is associated.

44
New cards

Record

An ordered set of attribute values that describe an instance of an entity type.