Chapter 3 Flashcards

1
Q

Database

A

o Collection of related data that is stored in a central location or in multiple location, Similar to filing cabinet

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

Components of a database

A

Data File
oGroup of related records

Record =row
oGroup of related fields

Field
o = a column

Physical view
is how data is stored (ex: disks) and only one of these on database

Logical view
ois how data is organized, retrieved and presented to users can be more than one

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

Hierarchical Database Models

A

o Has a tree like structure where records are called nodes, node at top is root, relationships among are called branches

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

Network Database Models

A

o Each record has multiple parents and child records

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

2 Relational Models (Primary & Foreign Key)

A

Primary key: Unique identifier for each record.
o Foreign key: A foreign key shows up when a primary key from another table appears in another.
o Primary and foreign keys are extremely important as they link different tables together.

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

o Software for creating, storing, maintaining, and accessing database files

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

Software of DBMS

A

Database Engine
•Heart of DBMS responsible for storage, manipulation, and retrieval

Data definition
• Create and maintain data dictionary

Data manipulation
• Add, delete, retrieve, and modify what happens

Application generation
• Used to design elements of an application using database

Data administration
• Used by IT pros or data admin (backup, security)
accessing database files

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

Distributed Data

ads and dis

A

o Data stored on multiple servers
o Is faster and minimizes the cost of failures
o Not as secure

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

Centralized data

A

o Data stored in one location
o Secure
o Is slower and failures are more expensive

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

Data Warehouse

A

collection of data from variety of sources used to support decision making

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

Data Mart

ad and dis

A

Smaller version of data warehouse used by a single dept
o Advantages
• Normally faster
• Easier to crate as less complex
• Less costly
• Users are targeted better as data mart it focused on specific dept

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

Raw Data:

A

This data is a bunch of numbers with no organization

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

Summary Data

A

: Data has been organized to be efficient data

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

Meta Data:

A

This data tells us about data

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

Five V’s of Big Data

A

Volume
o Quantity of transactions

Variety
o Structured, unstructured

Velocity
o Speed data is being collected

Veracity
o Accuracy of data

Value

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