Chapter 2 Flashcards

1
Q

3 Vs

A

Volume: amount of data
Variety: numbers of type of data
Velocity: speed of data access

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

American National Standards Institute (ANSI)

A

The Institute oversees the creation, promulgation and use of thousands of norms and guidelines. Defined a framework for data modeling based on degrees of abstraction in the early 1970’s

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

Attrbiute

A

A characteristic of an entity

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

Business rule

A

Description of a policy, procedure, or principle within a specific organization

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

Conceptual model

A

Global view of the entire database as viewed by the entire organization

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

Conceptual schema

A

Basis for the identification of the high-level description of the main data objects. ER model most widely used

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

Connectivity

A

Labels relationship types in an ER model

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

Entity

A

A person, place, or thing that is collected data on

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

Entity instance

A

Each row in a relational table

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

Entity relationship (ER) model

A

Graphical model which represents entities and their relationship

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

Entity relationship diagram (ERD)

A

ER models displaying database components

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

Entity set

A

A collection of like entities

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

Extended relational data model (ERDM)

A

Adds many OO model features to relational database structure such as encapsulation, inheritance, and extensible data types

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

External schema

A

A specific representation of an external view

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

External model

A

The end user’s view of the data environment

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

Hadoop

A

Open source, Java-based programming framework that supports the processing and storage of extremely large data sets in a distributed computing environment

17
Q

Hierarchical model

A

Developed to manage large amounts of data for complex manufacturing projects.

18
Q

Internal model

A

Representation of the database as seen by the DBMS

19
Q

Internal schema

A

Depicts a specific representation of an internal model

20
Q

Logical design

A

The task of creating a conceptual design that could b implemented in any DBMS

21
Q

Logical independence

A

Being able to change the internal model without affecting the conceptual model

22
Q

Object-oriented data model (OODM)

A

Both the data and relationships are contained in a single structure called an object

23
Q

Semantic data model

A

A model which describes the meaning of its instances

24
Q

Network model

A

user perceives the network database as a collection of record in 1:M relationships

25
Schema
conceptual organization of the entire database as viewed by the database administrator
26
Subschema
Portion of the database seen by the application programs that actually produce the desired information from the data contained withing the database
27
Relation
Matrix composed if intersecting rows and columns. Commonly called a table
28
Tuple
Each row in a relation
29
Unified Modeling Language (UML)
language based on OO concepts that describes a set of diagrams and symbols that can be used to graphically model a system