Use LEFT and RIGHT arrow keys to navigate between flashcards;
Use UP and DOWN arrow keys to flip the card;
H to show hint;
A reads text to speech;
64 Cards in this Set
- Front
- Back
maintains information about various types of objects, events, people, and places
|
Database
|
|
a system that allows users to create, read, update, and delete data in a relational database
|
Database Management systems (DBMS)
|
|
smallest unit of information
|
Data element
|
|
logical data structure that details the relationships among data elements using graphics or pictures
|
Data model
|
|
details about data
|
Metadata
|
|
compiles all metadata in a data model
|
Data dictionary
|
|
inability to track customers, identify selling opportunities, build customer relationships are all examples of the consequences of what kind of information
|
Low quality information
|
|
person, place, thing, transaction, or event about which information is stored
|
Entity
|
|
fields or columns - the characteristics of the entity class
|
Attributes
|
|
field, or group of fields, that uniquely identifies each entity
|
Primary Key
|
|
a primary key in one table that appears as an attribute in another table, providing a relationship between the two tables
|
Foreign key
|
|
this view of information deals with the physical storage of information on a device, such as a hard disk
|
Physical view
|
|
increased flexibility, increased scalability and performance, reduced information redundancy, are examples of advantages of what
|
Databases
|
|
this view of information deals with how users logically access information to meet their particular needs
|
Logical view
|
|
how well a system can adapt to increased demands
|
Scalability
|
|
how quickly a system can perform a certain process
|
Performance
|
|
the duplication of information
|
Redundancy
|
|
measure of quality of information
|
Information integrity
|
|
rules that help ensure the quality of information, can be defined and built into the database design; two types: relational and business-critical
|
Integrity constraints
|
|
rules that enforce basic and fundamental information based constraints, such as not allowing someone to create an order for a nonexistent customer, or order zero pounds of materials
|
Relational integrity constraints
|
|
rules that enforce business rules vital to an organizations success, such as a limit on product returns
|
Business-critical integrity constraints
|
|
software through which users and application prorams interact with a database, either directly or indirectly
|
Database Management Systems (DBMS)
|
|
this allows separate systems to communicate directly with each other
|
Integration
|
|
takes information entered into a given system and sends it automatically to all downstream systems and processes
|
Forward integration
|
|
takes information entered into a given system and sends it automatically to all upstream systems and processes
|
Backward integration
|
|
a logical collection of information, gathered from many different operational databases, that supports business analysis activities and decision-making tasks
|
Data warehouse
|
|
the primary purpose of a _____ ________ is to aggregate information throughout an organization into a single repository for decision-making purposes
|
Data warehouse
|
|
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
|
(ETL) - Extraction, Transformation, Loading
|
|
this contains a subset of data warehouse information; the access layer of the data warehouse environment that is used to get data out to the users
|
Data mart
|
|
this determines who has access to different types of information
|
Access level
|
|
determines the types of user access, such as read-only access
|
Access control
|
|
an interactive website kept constantly updated
|
Data-driven website
|
|
easy to manage content, easy to store large amounts of data, easy to eliminate human errors. These are all advantages of what kind of website?
|
Data-driven website
|
|
a particular attribute of information
|
Dimension
|
|
a term for the representation of multidimensional information
|
Cube
|
|
True or False:
Databases contain information in a series of two-dimensional tables. |
True
|
|
this is a process that weeds out and fixes or discards inconsistent, incorrect, or incomplete information
|
Information cleansing or scrubbing
|
|
the collection of information into a more useful form, such as totals, averages, summaries, etc.
|
Aggregation
|
|
True or False:
A data warehouse aggregates information from various databases into a more useful form so that employees can make decisions and make analyses of the information. |
True
|
|
True or False:
A database is multidimensional, containing many layers of columns and rows of information. |
False. This is the definition of a data warehouse and related data marts.
|
|
the process of analyzing data to extract information not offered by raw data alone
|
Data mining
|
|
All of the following are data mining tools except for:
a. Classification b. Analysis c. Estimation d. Affinity grouping e. Clustering |
b. Analysis.
Analysis is NOT a data mining tool. A data mining tool is used to find patterns and relationships in large volumes of information; the ultimate purpose of data mining is analysis, thus analysis cannot be a tool for analysis. |
|
True or False:
Structured data is data that does not exist in a fixed location and can include text documents, PDFs, voice messages, or emails |
False. This is the definition of unstructured data.
|
|
All of the following are common forms of data mining analysis capabilities except:
a. Cluster analysis b. Association detection c. Classification tools d. Statistical analysis |
c. Classification tools is not a form of data mining analysis capabilities. I made it up.
|
|
This is 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 different groups are as far apart as possible. This is a common form of data mining analysis.
|
Cluster analysis
|
|
this common technique for data mining analysis reveals the relationship between variables along with the nature and frequency of the relationships.
|
Association detection
|
|
an analysis used by retailers seeking to understand the purchase behavior of customers.
|
Market basket analysis
|
|
the rule that a customer who buys onions and tomatoes is also likely to purchase hamburgers is an example of which data mining tool?
|
Association detection (also called affinity analysis)
|
|
this type of data mining analyzes unstructured data to find trends and patterns in words and sentences
|
Text mining
|
|
this type of data mining analyzes unstructured data associated with websites to identify consumer behavior and website navigation
|
Web mining
|
|
this type of data mining analysis finds correlations, distributions, calculations, and variance analysis
|
Statistical analysis
|
|
predictions made on the bases of time-series information
|
Forecast
|
|
time stamped information collected at a particular frequency
|
Time-series information
|
|
True or False:
Business intelligence helps businesses improve the quality of business decisions. |
True.
|
|
True or False:
Business intelligence only affects business decisions. It has no affect on costs and revenues. |
False. Business intelligence affects both business decisions and costs and revenues.
Business intelligence helps businesses have access to reliable, consistent, understandable, and easily manipulated data. |
|
in this kind of database model, information is organized into a tree-like structure that allows repeating information using parent/child relationships in such a way that it cannot have too many relationships. These used to be widely used in the past, but not so much these days.
|
Hierarchical database model
|
|
this type of database model is a flexible way of representing objects and their relationships. This model allows each record to have multiple "parent" and "child" records.
|
Network database model
|
|
Which of the following represents the different information levels?
a. Individual, department, enterprise b. Detail, summary, aggregate c. Document, presentation, spreadsheet, database d. All of the above |
a. Individual, department, enterprise
|
|
What in the relational database model is a person, place, thing, transaction, or event about which information is stored?
a. Attribute b. Primary key c. Entity d. Foreign key |
c. Entity
|
|
All of the following are advantages of database-stored information, except:
a. Reduced information redundancy b. Increased scalability and performance c. Reduced information integrity d. Increased flexibility |
c. Reduced information integrity.
Database-stored information increases information integrity. |
|
What is the duplication of data, or the storage of the same data in multiple places?
a. Data redundancy b. Information integrity c. Scalability d. Performance |
a. Data redundancy
|
|
What are the rules that help ensure the quality of information?
a. Relational integrity constraints b. Information integrity c. Integrity constraints d. Business-critical integrity constraints |
c. Integrity constraints
|
|
Which of the following describes ETL?
a. A process that transforms information using a common set of enterprise definitions b. A process that loads information into a data warehouse c. A process that extracts information from internal and external databases d. All of the above |
D. all of the above describe ETL, which is 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
(ETL) - Extraction, Transformation, Loading |
|
What is data mining?
a. A particular attribute of information b. The common term for the representation of multidimensional information c. The process of analyzing data to extract information not offered by the raw data alone. d. Uses a variety of techniques to find patterns and relationships in large volumes of information and infer rules from them that predict future behavior and guide decision making. |
c. The process of analyzing data to extract information not offered by the raw data alone.
|