INFO 210 Ch. 6 – Flashcards

Unlock all answers in this set

Unlock answers
question
information granularity
answer
The extent of detail within the information (fine and detailed or coarse and abstract).
question
individual, department, and enterprise
answer
Levels of organizational information.
question
document, presentation, spreadsheet, and database
answer
Formats of organizational information.
question
information type, timeliness, quality, and governance
answer
Four primary traits that help determine the value of information:
question
transactional and analytical
answer
The two primary types of information:
question
transactional information
answer
Encompasses all of the information contained within a single business process or unit of work, and its primary purpose is to support daily operational tasks.
question
analytical information
answer
Encompasses all organizational information and its primary purpose is to support the performing of managerial analysis tasks.
question
timeliness
answer
An aspect of information that depends on the situation.
question
real-time information
answer
Immediate, up-to-date information.
question
real-time system
answer
Provides real-time information in response to requests.
question
real-time information
answer
Important for making faster and more effective decisions, keeping smaller inventories, and help companies operate more efficiently.
question
continual change
answer
One of the biggest pitfalls associated with real-time information.
question
data inconsistency
answer
Occurs when the same data element has different values.
question
data integrity issues
answer
Occur when a system produces incorrect, inconsistent, or duplicate data.
question
accuracy, completeness, consistency, timeliness, and uniqueness
answer
The five characteristics common to high-quality information:
question
completeness
answer
If the customer's first name is missing, there is an invalid area code, or the street address contains only a number and not a street name, it would affect ___________.
question
consistency
answer
Similar street address and phone numbers may create duplicate data which affects __________.
question
accuracy
answer
If a customer's phone and fax numbers are the same or the phone number is listed under email, this would affect __________.
question
make a bad decision faster
answer
You never should use technology to ________________________.
question
customers initially enter inaccurate information, different systems have different formats, use of abbreviations, or errors in third-party and external information
answer
Reasons for low-quality information:
question
Inability to accurately track customers, identify most valuable customers, identify selling opportunities, and build strong customer relationships; lost revenue opportunities from marketing to nonexistent customers; cost of sending nondeliverable email; difficulty tracking revenue because of inaccurate invoices.
answer
Serious business consequences that occur due to using low-quality information to make decisions:
question
database
answer
Maintains information about various types of objects (inventory), events (transactions), people (employees), and places (warehouses).
question
database management system (DBMS)
answer
Creates, reads, updates, and deletes data in a database while controlling access and security.
question
database management system (DBMS)
answer
Used to answer questions such as how many customers purchased Product A in December or what were the average sales by region.
question
query-by-example (QBE) and structured query language (SQL)
answer
Two primary tools available for retrieving information from a DBMS:
question
query-by-example (QBE)
answer
A tool that helps users graphically design the answer to a question against a database.
question
structured query language (SQL)
answer
Asks users to write lines of code to answer questions against a database.
question
Managers
answer
___________ typically interact with QBE tools.
question
MIS professionals
answer
___________ have the skills required to code SQL.
question
database management systems (DBMSs)
answer
MySQL, Microsoft Access, SQL Server, FileMaker, Oracle, and Fox Pro are examples of ___________.
question
data models
answer
Logical data structures that detail the relationships among data elements using graphics or pictures.
question
data element
answer
The smallest or basic unit of information.
question
metadata
answer
Provides details about the data.
question
customer's name, address, email, discount rate, preferred shipping method, product name, quantity ordered, etc.
answer
Data elements include:
question
data dictionary
answer
Compiles all of the metadata about the data elements in the data model.
question
hierarchical, network, and the relational database (the most prevalent)
answer
DBMS use these three primary data models for organizing information:
question
relational database model
answer
Stores information in the form of logically related two-dimensional tables.
question
relational database management system
answer
Allows users to create, read, update, and delete data in a relational database.
question
entity (also referred to as a table)
answer
Stores information about a person, place, thing, transaction, or event.
question
attributes (also called columns or fields)
answer
Data elements associated with an entity.
question
record
answer
Collection of related data elements.
question
record
answer
Each ________ occupies on row in its respective table.
question
primary keys and foreign keys
answer
Used to create logical relationships within the relational database model.
question
primary key
answer
A field (or group of fields) that uniquely identifies a given entity in a table.
question
foreign key
answer
A primary key of one table that appears as an attribute in another table and acts to provide a logical relationship between the two tables.
question
Increases flexibility, quality, security, scalability and performance; Reduces redundancy
answer
Advantages of using relational databases over a text document or spreadsheet:
question
data redundancy
answer
The duplication of data, or the storage of the same data in multiple places.
question
saves disk space, makes performing information updates easier, and improves information quality information
answer
Benefits from reducing data redundancy:
question
information integrity
answer
A measure of the quality of information.
question
integrity constraints
answer
Rules that help ensure the quality of information.
question
relational and business critical
answer
Two types of integrity constraints:
question
relational integrity constraints
answer
Rules that enforce basic and fundamental information-based constraints, rules that enforce basic and fundamental information constraints. (Ex. Would not allow an employee to make an order for a non-existent customer.)
question
business critical integrity constraints
answer
Enforce business rules vital to an organization's success and often require more insight and knowledge than relational integrity constraints.
question
accuracy
answer
Organizations that establish specific procedures for developing integrity constraints typically see an increase in __________.
question
inconsistency
answer
One of the primary problems with redundant information is ____________.
question
data warehouse
answer
a logical collection of information - gathered from many different operational databases - that supports business analysis activities and decision-making tasks.
question
data warehouse
answer
Primary purpose is to combine information, more specifically, strategic information, throughout an organization into a single repository in such a way that the people who need that information can make decisions and undertake business analysis.
question
data mart
answer
Contains a subset of data warehouse information.
question
extraction, transformation, and loading (ETL)
answer
A process that extracts information from internal and external databases, transforms it using a common set of enterprise definitions, and loads it into a data warehouse.
question
information cleansing (or scrubbing)
answer
A process that weeds out and fixes or discards inconsistent, incorrect, or incomplete information.
question
accurate and consistent
answer
Scrubbed information is _________ and _________.
question
data quality audits
answer
Determine the accuracy and completeness of its data.
question
data mining
answer
The process of analyzing data to extract information not offered by the raw data alone.
question
data-mining techniques
answer
Companies use _____________ to compile a complete picture of their operations, all within a single view, allowing them to identify trends and improve forecasts.
question
data-mining tools
answer
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.
question
data mining
answer
Enables companies to determine the impact on sales, customer satisfaction, and corporate profits and to drill down into summary information to view detail transactional data.
question
structured data
answer
Data already in a database or spreadsheet.
question
unstructured data
answer
Data that do not exist in a fixed location and can include text documents, PDFs, voice messages, emails, etc.
question
text mining
answer
Analyzes unstructured data to find trends and patterns in words and sentences.
question
web mining
answer
Analyzes unstructured data associated with websites to identify consumer behavior and website navigation.
question
cluster analysis, association detection, and statistical analysis
answer
Three common forms for mining structured and unstructured data:
question
cluster analysis
answer
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.
question
cluster analysis
answer
This type of analysis has the ability to uncover naturally occurring patterns in information.
question
cluster analysis
answer
A great example of using _______________ in business is to create target-marketing strategies based on zip codes.
question
association detection
answer
Reveals the relationship between variables along with nature and frequency of the relationships.
question
association detection
answer
Create rules to determine the likelihood of events occurring together at a particular time or following each other in a logical progression; percentages are used to reflect the patterns of the event.
question
association detection
answer
"55 percent of the time, events A and B occurred together" is an example under which data mining form?
question
market basket analysis
answer
Analyzes such items as Web sites and checkout scanner information to detect customers' buying behavior and predict future behavior by identifying affinities among customers' choices of products and services.
question
statistical analysis
answer
Performs such functions as information correlations, distributions, calculations, and variance analysis.
question
forecasting
answer
_________ is a common form of statistical analysis.
question
time-series information
answer
time-stamped information collected at a particular frequency.
question
forecasts
answer
Predictions based on time-series information.
question
time-series information
answer
Web visits per hour, sales per month, and calls per day are all examples of ______________.
question
consider all sorts of variables
answer
Forecasting models allow organizations to ______________________ when making decisions.
question
reliable, consistent, understandable, and easily manipulated
answer
Business Intelligence enables data that is:
Get an explanation on any task
Get unstuck with the help of our AI assistant in seconds
New