Chapter 6: Data and Business Intelligence Flashcards

1
Q

Information Granularity

A

Refers to the extent of detail within the information

Detail (fine), summary, aggregate (coarse)

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

Information levels

A

Individual, department, enterprise

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

Information formats

A

Document, presentation, spreadsheet, database

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

Information Quality

A
  • decisions are only as good as the quality of info used to make them
  • you never want to find yourself using technology to help you make a bad decision faster
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Characteristics of high quality information

A
Accurate 
Complete
Consistent
Unique
Timely
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Information Timeliness

A

An aspect of info that depends on the situation

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

Real time information

A

Immediate, up to date information

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

Real time system

A

Provides real time information in response to requests

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

Examples of low quality information

A
Missing info (no first name)
Incomplete info (no street)
Inaccurate info (invalid email)
Probable duplicate info (similar names, same address, number)
Potential wrong info
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Primary sources of low quality information

A
  • customers intentionally enter inaccurate info to protect privacy
  • different entry standards and formats
  • operators enter abbreviated or erroneous info by accident to save time
  • third party and external info contains inconsistencies, inaccuracies, and errors
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Costs of using low quality information

A
  • inability to track customers
  • difficulty identifying valuable customers
  • inability to identify selling opportunities
  • marketing to nonexistent customers
  • difficulty tracking revenue
  • inability to build strong customer relationships
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Benefits of good information

A
  • significantly improve chances of making a good decision

- good decisions can directly impact an organizations bottom line

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

Database

A
  • where information is stored

- maintains information about various types of objects, events, people, and places

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

Database management systems (DBMS)

A

Allows users to create, read, update, and delete data in a relational database

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

Data element

A

The smallest or basic unit of information

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

Data model

A

Logical data structures that detail the relationships among data elements using graphics or pictures

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

Metadata

A

Provides details about data

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

Data dictionary

A

Compiles all of the metadata about the data elements in the data model

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

Entity

A

A person, place, thing, transaction, or event about which information is stored

  • rows in a ramble contain entities
  • primary keys and foreign keys
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Attribute (field, column)

A

The data elements associated with an entity

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

Record

A

A collection of related data elements

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

Primary key

A

A field that uniquely identifies a given entity in a table

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

Foreign key

A

A primary key of one table that appears an attribute in another table and acts to provide a logical relationship among the two tables

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

Database advantages

A
  • increased flexibility
  • increased scalability and performance
  • reduced information redundancy
  • increased information integrity (quality)
  • increased information security
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Increased flexibility
- handle changes quickly and easily - provide users with different views - have only one physical view - have multiple logical views
26
Physical view
Deals with the physical storage of information on a storage device
27
Logical view
Focuses on how individual users logically access information to meet their own particular business needs
28
Increased scalability and performance
- a database must scale to meet increased demand, while maintaining acceptable performance levels
29
Scalability
Refers to how well a system can adapt to increased demands
30
Performance
Measures how quickly a system performs a certain process or transaction
31
Data redundancy
The duplication of data or storing the same information in multiple places
32
Information integrity
Measures the quality of information
33
Integrity constraint
Rules that help ensure the quality of information - relational integrity constraint - business critical integrity constraint
34
Information cleansing or scrubbing
A process that weeds out and fixed or discards inconsistent, incorrect, or incomplete information
35
Increased information security
Password Access level Access control
36
Password
Provides authentication of the user
37
Access level
Determines who has access to the different types of information
38
Access control
Determines types of user access, such as read-only access
39
Data driven websites
An interactive website kept constantly updated and relevant to the needs of its customers using a database
40
Data driven website advantages
- easy to manage content - easy to store large amounts of data - easy to eliminate human errors
41
Transactional information
Encompasses all of the information contained within a single business process or unit of work, and it's primary purpose is to support the performing of daily operational tasks - airline ticket, packiNg slip, sales receipt
42
Analytical information
Encompasses all organizational information, and it's primary purpose is to support the performing of managerial analysis tasks - trends, future growth, sales projection, product statistics
43
Benefits of data warehousing
Extend the transformation of data into information | - provides the ability to support decision making without disrupting day to day operations
44
Data warehouse
A logical collection of information gathered from many different operational databases that supports business analysis activities and decision making tasks - primary purpose is to aggregate information throughout an organization into a single repository for decision making purposes
45
Extraction, transformation, and loading (ETL)
A process that extracts information from internal and external databases, transforms the information using a common set of enterprise definitions, and loads the information into a data warehouse
46
Data mart
Contains a subset of data warehouse information
47
Multidimensional analysis
Databases are 2D | - data warehouses are multidimensional, layers of columns and rows
48
Dimension
A particular attribute of information
49
Cube
Common term for the representation of multidimensional information
50
Data mining
The process of analyzing data to extract information not offered by the raw data alone
51
Data mining tools
Classification Estimation Affinity grouping Clustering
52
Structured data
Data already in a database or spreadsheet
53
Unstructured data
Data does not exist in a fixed location and can include text documents, PDFs, voice messages, emails
54
Text mining
Analyzes unstructured data to find trends and patterns in words and sentences
55
Web mining
Analyzes unstructured data associated with websites to identify consumer behavior and website navigation
56
Common forms of data mining analysis
Cluster analysis Association detection Statistical analysis
57
Cluster analysis
A technique used to divide an information set into mutually exclusive groups such that the members of each group are as close together as possible to one another and the different groups are as far apart as possible
58
Association detection
Reveals the relationship between variables along with the nature and frequency of the relationships
59
Statistical analysis
Performs such functions as information correlations, distributions, calculations, and variance analysis - forecast - time series info
60
Forecast
Predictions made on the basis of time series information
61
Time series information
Time stamped information collected at a particular frequency
62
Business benefits of high quality information
- information is everywhere - employees must be able to obtain and analyze diff levels, formats, granularities of info to make decisions - successfully collecting and analyzing info provides insight on performance