Data Models: Lesson 2 Flashcards

1
Q

Why is data models important?

A

To facilitate interaction between the designer, applications programmer and the end user.
Data models organizes data for various users

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

What are the 4 data model basic building blocks?

A

entity, attribute, relationship and constraints

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

What is a entity?

A

It is anything about which data are to be collected and stored

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

What is a attribute?

A

It is a characteristic of a entity

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

What is a constraint?

A

It is a restriction placed on the data

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

What are the sources of business rules?

A

Company manager, department manager, policy maker, written documentation and direct interaction with the end user.

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

What are the 3 types of written documentation in business rules?

A

Standards, procedures and operations manuals

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

Documenting and identifying business rules is important because?

A

Standardize the companys view on data
Constitutes a communication tool between the designer and the end user
Allows designer to understand the scope, role and nature of the data
Allows the designer to understand the businesses processes
Promote the creation of an accurate data model

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

What are the 5 different types of data models?

A

Hierarchical, Network, Relational, Entity relationship and object oriented

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

Why was the hierarchical model developed and what does it look like?

A

To manage large amounts of data for complex manufacturing projects and it looks like an upside down tree

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

What are the advantages of the hierarchical model?

A

Many of the hierarchical data model’s features formed the foundation for current data models
Its database application advantages are replicated, albeit in a different form, in current database environments

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

What are the disadvantages of the hierarchical model?

A

Complex to implement
difficult to manage
lacks structural independence
lack of standards

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

Why was the network model created?

A

To impose the standard for data bases
to improve database performance
it represents complex data relationships more effectively

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

What doe CODASYL stand for?

A

Conference on Data Systems languages

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

What does DBTG stand for?

A

Database Task Group

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

What is a schema in the network model?

A

It is a conceptual organization of the entire database as viewed by the database administrator

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

What does DML stand for and what does it do?

A

Data Management Language, it is used to define the environment where the data can be managed

18
Q

What does DDL stand for and what does it do in the schema DDL?

A

Data Definition Language, it enables the database administrator to define schema components

19
Q

What does subschema DDL so?

A

It allows the program application to define the database components that will be used

20
Q

What are the 2 record types in the network model?

A

Owner and member

21
Q

What are the disadvantages of the network model?

A

Too cumbersome
The lack of ad hoc query capability put heavy pressure on programmers
Any structural change in the database could produce havoc in all application programs that drew data from the database
Many database old-timers can recall the interminable information delays

22
Q

What does RDBMS stand for?

A

Relational Database Management System

23
Q

What is the most important function of the relational model?

A

It can hide the complexities of the relational model from the user

24
Q

What does SQL stand for and what does it do?

A

Structured Query Language, it allows the user to specify what must be done without specifying how to do it

25
Q

SQL-based relational database application involves what 3 things

A

User interface
a set of tables in the database
SQL engine

26
Q

What does UML stand for and what is its use?

A

Unified modeling language, it is used to produce entity relationship models

27
Q

What does ERD stand for?

A

Entity Relationship Diagram

28
Q

What is the entity instances other word and what is it?

A

Entity occurrence, it is a row in a table

29
Q

What is a entity set?

A

It is a collection of like entities

30
Q

What does OODM stand for and it is a basis for what?

A

Object oriented data model, it is the basis for the object oriented database management system (OODBMS)

31
Q

What is inheritance?

A

It is the ability of an object within the class hierarchy to inherit the attributes and methods of the classes above

32
Q

What does ERDM stand for?

A

Extended Relational Data model

33
Q

What is the primary focus of the ERDM model?

A

It is primarily geared to business applications

34
Q

What is data abstraction?

A

It is the way of classifying data models

35
Q

What does ANSI and SPARC stand for and what did they do?

A

American National Standards institution, Standards Planning and Requirements Committee
They defined a framework for data modeling on degrees of data abstraction

36
Q

What are the 3 data abstractions?

A

External
Conceptual
Internal

37
Q

What is the external model?

A

It is the end users view of the data environment

38
Q

What is the conceptual model?

A

Represents the global view of the entire database

39
Q

What is the internal model?

A

Representation of the database as “seen” by the DBMS

40
Q

What is the physical model?

A

Operates at lowest level of abstraction, describing the way data are saved on storage media such as disks or tapes