MODULE On Chapter 3. ISAD
MODULE On Chapter 3. ISAD
I. OBJECTIVES
At the end of this chapter, the students should be able to:
Describe the purpose and benefits of data management and how database technologies
help support business processes.
Describe the differences between centralized and distributed database architectures and
the importance of creating and maintaining data that can be trusted.
Understand the concepts of data analytics and data warehousing and evaluate their
tactical and strategic benefits.
Explain benefits of data and text mining and business intelligence and how they benefit an
organization.
Describe electronic records management and how it helps companies to meet their
compliance, regulatory, and legal obligations.
III. PROCEDURE
A. Preliminaries
Pre- Assessment
1. Describe the purpose and benefits of data management and how database technologies
help support business processes.
2. Describe the differences between centralized and distributed database architectures and
the importance of creating and maintaining data that can be trusted.
3. Understand the concepts of data analytics and data warehousing and evaluate their
tactical and strategic benefits.
4. Explain benefits of data and text mining and business intelligence and how they benefit an
organization.
5. Describe electronic records management and how it helps companies to meet their
compliance, regulatory, and legal obligations.
1
INFORMATION SYSTEMS ANALYSIS AND DESIGN MODULE 3
B. Lesson Proper
Database, data warehouse, data analytics, and business intelligence (BI) technologies
interact to create a new biz-tech ecosystem. Data analytics and BI discover insights or
relationships of interest that otherwise might not have been recognized. They make it possible
for managers to make decisions and act with clarity, speed, and confidence. Data analytics is
not just about managing more or varied data. Rather, it is about asking new questions,
formulating new hypotheses, exploration and discovery, and making data-driven decisions.
Ultimately, a big part of data analysis efforts is the use of new analytics techniques. Mining
data or text taken from day-to-day business operations reveals valuable information, such as
customers’ desires, products that are most important, or processes that can be made more
efficient. These insights expand the ability to take advantage of opportunities, minimize risks,
and control costs.
Due to the incredible volume of data that the typical organization creates, effective data
management is vital to prevent storage costs from spiraling out of control and controlling data
growth while supporting greater performance. Data management oversees the end-to-end
lifecycle of data from creation and initial storage to the time when it becomes obsolete and is
deleted.
The objectives of data management include the following:
2
INFORMATION SYSTEMS ANALYSIS AND DESIGN MODULE 3
Data warehouses integrate data from multiple databases and data silos across the organization,
and organize them for complex analysis, knowledge discovery, and to support decision-making.
For example, data are extracted from a database, processed to standardize their format, and
then loaded into data warehouses at specific times, such as weekly. As such, data in data
warehouses are nonvolatile—and are ready for analysis.
Data marts are small-scale data warehouses that support a single function or one department.
Enterprises that cannot afford to invest in data warehousing may start with one or more data
marts.
Business intelligence (BI)—tools and techniques process data and do statistical analysis for
insight and discovery—that is, to discover meaningful relationships in the data, keep informed in
real time, detect trends, and identify opportunities and risks.
Database Management Systems and SQL
Database management systems (DBMSs) integrate with data collection systems such as
TPS and business applications; store the data in an organized way; and provide facilities for
accessing and managing that data.
Over the past 25 years, the relational database has been the standard database model
adopted by most enterprises. Relational databases store data in tables consisting of columns and
rows, similar to the format of a spreadsheet.
Relational management systems (RDBMSs) provide access to data using a declarative
language—structured query language (SQL). Declarative languages simplify data access by
requiring that users only specify what data they want to access without defining how access will
be achieved.
3
INFORMATION SYSTEMS ANALYSIS AND DESIGN MODULE 3
DBMS Functions
An accurate and consistent view of data throughout the enterprise is needed so one can
make informed, actionable decisions that support the business strategy.
Online transaction processing (OLTP) systems are designed to manage transaction data, which
are volatile. OLTP is a database design that breaks down complex information into simpler data
tables to strike a balance between transaction-processing efficiency and query efficiency.
Data Life Cycle and Data Principles
The data life cycle is a model that illustrates the way data travel through an organization.
The data life cycle begins with storage in a database, to being loaded into a data warehouse for
analysis, then reported to knowledge workers or used in business apps.
4
INFORMATION SYSTEMS ANALYSIS AND DESIGN MODULE 3
2. Data Warehouses
Data warehouses are the primary source of cleansed data for analysis, reporting, and
business intelligence (BI). Often the data are summarized in ways that enable quick responses to
queries. Data warehouses store data from various source systems and databases across an
enterprise in order to run analytical queries against huge datasets collected over long time
periods. The high cost of data warehouses can make them too expensive for a company to
implement.
Data marts are lower-cost, scaled-down versions of a data warehouse that can be
implemented in a much shorter time, for example, in less than 90 days. Data marts serve a
specific department or function, such as finance, marketing, or operations.
5
INFORMATION SYSTEMS ANALYSIS AND DESIGN MODULE 3
Enterprise data warehouses (EDWs) is a data warehouse that integrates data from
databases across an entire enterprise.
Procedures to Prepare EDW Data for Analytics
1. Extracted from designated databases.
2. Transformed by standardizing formats, cleaning the data, integrating them.
3. Loaded into a data warehouse.
These three procedures—extract, transform, and load—are referred to by their initials ETL.
6
INFORMATION SYSTEMS ANALYSIS AND DESIGN MODULE 3
As shown, the data warehouse architecture defines the flow of data that starts when data are
captured by transaction systems; the source data are stored in transactional (operational)
databases; ETL processes move data from databases into data warehouses or data marts, where
the data are available for access, reports, and analysis.
Data Warehouse Applications by Industry
Big data is an extremely large data set that is too large or complex to be analyzed using
traditional data processing techniques.
Data analytics is a technique of qualitatively or quantitatively analyzing a data set to reveal
patterns, trends, and associations that often relate to human behavior and interactions, to
enhance productivity and business gain.
Big data analytics process of examining large and varied data sets to identify hidden patterns and
correlations, market trends, customer preferences and other useful information to enable better
business decisions.
Human Expertise and Judgment are Needed
Human expertise and judgment are needed to interpret the output of. Data are worthless if you
cannot analyze, interpret, understand, and apply the results in context. This brings up several
challenges:
7
INFORMATION SYSTEMS ANALYSIS AND DESIGN MODULE 3
Data need to be prepared for analysis: For example, data that are incomplete or duplicated need
to be fixed.
Dirty data degrade the value of analytics: The “cleanliness” of data is very important to data
mining and analysis projects. Analysts have complained that data analytics is like janitorial work
because they spend so much time on manual, error-prone processes to clean the data. Large data
volumes and variety mean more data that are dirty and harder to handle.
Data must be put into meaningful context: If the wrong analysis or datasets are used, the output
would be nonsense, as in the example of the Super Bowl winners and stock market performance.
Stated in reverse, managers need context in order to understand how to interpret traditional and
big data.
Data and Text Mining
Data and text mining are different from DBMS and data analytics. Data mining software
enables users to analyze data from various dimensions or angles, categorize them, and find
correlations or patterns among fields in the data warehouse. Up to 75% of an organization’s data
are nonstructured word-processing documents, social media, text messages, audio, video, images
and diagrams, faxes and memos, call center or claims notes, and so on.
Text mining is a broad category that involves interpreting words and concepts in context.
Any customer becomes a brand advocate or adversary by freely expressing opinions and attitudes
that reach millions of other current or prospective customers on social media. Text mining helps
companies tap into the explosion of customer opinions expressed online.
Text Analytics Procedure
Exploring: First, documents are explored. This might occur in the form of simple word
counts in a document collection, or by manually creating topic areas to categorize
documents after reading a sample of them.
Preprocessing: Before analysis or the automated categorization of content, the text may
need to be preprocessed to standardize it to the extent possible. As in traditional analysis,
up to 80% of preprocessing time can be spent preparing and standardizing the data.
Categorizing and modeling: Content is then ready to be categorized. Categorizing
messages or documents from information contained within them can be achieved using
statistical models and business rules. As with traditional model development, sample
documents are examined to train the models.
8
INFORMATION SYSTEMS ANALYSIS AND DESIGN MODULE 3
Enabling the company to access and use the content contained in documents.
Cutting labor costs by automating business processes.
Reducing the time and effort required to locate information the business needs to support
decision-making.
Improving the security of content, thereby reducing the risk of intellectual property theft.
Minimizing the costs associated with printing, storing, and searching for content.
9
INFORMATION SYSTEMS ANALYSIS AND DESIGN MODULE 3
2. Why is master data management (MDM) important in companies with multiple data
sources?
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
3. Why would a company invest in a data mart instead of a data warehouse?
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
10
INFORMATION SYSTEMS ANALYSIS AND DESIGN MODULE 3
11
INFORMATION SYSTEMS ANALYSIS AND DESIGN MODULE 3
A great example of McDonald’s big data analysis in action is its updated drive-thru system.
All fast food chains have bottlenecks in their drive-thru lanes, but McDonald’s average customer
wait time is about 3 minutes, which is close to the industry’s longest wait time of 214 seconds.
One of the most prominent issues in its drive-thru was that customers going through the line for
dinner, ordering large meals and searching over the menu for an extended period of time,
created a negative experience for each car in line behind them. In response, McDonald’s
optimized the drive-thru across three components: design, information, and people. Design
focused on the improvements to the drive-thru, including better speaker quality and higher
resolution, digital menu boards. Information centered around what was on the menu board. In
order to decrease order times, McDonald’s removed about 40% of the drive-thru menu board.
In its third aspect, people, the fast food chain attempted to reduce the negative
experiences for those in line by creating a second drive-thru line with a designated order taker for
each line, a third drive-thru window, and two production lines.
Another example showing McDonald’s commitment to being a customer-driven
corporation is its introduction of all day breakfast, which was the highest priority for customers
across the United States. Being the corporation with by far the largest share of the fast food
market, McDonald’s will continue to use its growing data sets to provide the best experience and
food to its customers (van Rijmenam, 2016).
REVIEW QUESTION:
1. Explain McDonald’s mission and responsibilities.
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
2. What limitation did McDonald’s face in gaining data that was meaningful to decision-
making?
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
12
INFORMATION SYSTEMS ANALYSIS AND DESIGN MODULE 3
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
3. Why is the ability to identify patterns and relationships critical to McDonald’s operations?
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
13