week 7: Databases Flashcards

(38 cards)

1
Q

data governance

A

an approach to managing information across an entire organization

Uses Master Data Management

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

what does data governance control?

A

Master Data (semi-permanent or core data)

Transaction Data (business activities)

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

what do databases minimize?

A

Data redundancy

Data isolation

Data inconsistency

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

Data redundancy

A

The same data are stored in many places

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

Data isolation

A

Applications cannot access data associated with other applications

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

Data inconsistency

A

Various copies of the data do not agree

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

what do Database Management Systems (DBMS) maximize?

A

Data security

Data integrity

Data independence

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

Data security

A

Databases must have extremely high security measures in place to deter mistakes and attacks since data is stored in one place

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

Data integrity

A

Data must meet certain constraints, such as no alphabetic characters in a Social Insurance Number field

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

Data independence

A

Applications and data are not linked to each other so that all applications are able to access the same data

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

bit

A

(binary digit)

represents the smallest unit of data a computer can process

(e.g. 1 or 0)

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

byte

A

represents a single character

often composed of eight bits (e.g. 01101010 which represents a lower case j)

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

field

A

A logical grouping of related characters

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

record

A

A logical grouping of related fields

describes database entities

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

File (or table)

A

A logical grouping of related records

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

database

A

A logical grouping of related files

17
Q

what do Database management systems (DBMS) do?

A

create and manage a database

18
Q

database entities

A

a person, place, thing, or event about which an organization maintains information

19
Q

database instance

A

one specific, unique representation of the entity

20
Q

database attribute

A

a characteristic or quality of a particular entity

21
Q

database primary key

A

a field that uniquely identifies a record

22
Q

database secondary keys

A

other identifying fields that typically do not identify the file with complete accuracy

23
Q

database foreign key fields

A

used to uniquely identify a row of another table that is linked to the current table

24
Q

does every record have a primary key?

25
what do records describe?
entities
26
BIG DATA
data so large and complex it cannot be managed by traditional systems
27
by how much is data increasing each year?
50%
28
computer data volume
computer-generated from many sources
29
computer data velocity
flows rapidly to/from within the organization
30
computer data variety
in addition to numbers and text, it includes images, sound, web- based content and others
31
dirty data
inaccurate incomplete, incorrect duplicate erroneous (e.g. incorrect spelling)
32
issues with big data
dirty data untrusted sources Big data changes since quality issues can arise
33
big data benefits
Making data available Enabling organizations to conduct experiments Microsegmenting customers Creating new business models Being able to analyze more data
34
Microsegmenting customers
dividing customers into smaller groups to provide tailored services
35
DATA WAREHOUSES AND DATA MARTS: CHARACTERISTICS
Organized by business dimension or subject Use On-line Analytical Processing Integrated Time Variant Nonvolatile Multidimensional
36
DATA WAREHOUSES | AND DATA MARTS include :
Source systems Data-integration technology and processes that prepare the data for use Different architectures for storing data in an organization’s data warehouse or data marts Different tools and applications for the variety of users Metadata, data quality, and governance to meets its purposes
37
data warehouses
repositories of historical data organized by subject to support decision makers in the organization
38
data marts
low-cost, scaled-down version of a data warehouse designed for the end-user needs in a strategic business unit (SBU) or an individual department.