LESSON 1 Information Management
LESSON 1 Information Management
Learning Outcomes
At the end of this lesson, the students are expected to :
1. Identify the difference between data and information;
2. Determine what a database is, the various types of databases, and why they are valuable
assets for decision making;
3. Recognize the importance of database design;
4. Distinguish between the physical and logical views of data;
5. Describe how data is organized; and
6. Define and compare batch processing and real-time processing;
Indicative Content
• Why Databases?
• Data vs. Information
• Introducing the Database
• Role and Advantage of Database
• Data Organization
• Key Field
• Batch Processing and Real-time Processing
Discussions
1. Why Databases?
Imagine trying to operate a business without knowing who your customers are, what
products you are selling, who is working for you, who owes you money, and whom you owe
money. All businesses have to keep this type of data and much more; and just as importantly,
they must have those data available to decision makers when they need them. It can be argued
that the ultimate purpose of all business information systems is to help businesses use
information as an organizational resource. At the heart of all of these systems are the collection,
storage, aggregation, manipulation, dissemination, and management of data.
Depending on the type of information system and the characteristics of the business,
these data could vary from a few megabytes on just one or two topics to terabytes covering
hundreds of topics within the business’s internal and external environment.
The advantages of using a DBMS are not limited to the few just listed. In fact, you will
discover many more advantages as you learn more about the technical details of databases and
their proper design.
5. Data Organization
The first step in understanding databases is to learn how data is organized. In the logical
view, data is organized into groups or categories. Each group is more complex than the one
before.
• Character: A character is the most basic logical data element. It is a single letter,
number, or special character, such as a punctuation mark, or a symbol, such as $.
• Field: The next higher level is a field or group of related characters. In our
example, Brown is in the data field for the Last Name of an employee. It consists of the
individual letters (characters) that make up the last name. A data field represents an
attribute (description or characteristic) of some entity (person, place, thing, or object). For
example, an employee is an entity with many attributes, including his or her last name.
• Record: A record is a collection of related fields. A record represents a collection
of attributes that describe an entity. In our example, the payroll record for an employee
consists of the data fields describing the attributes for one employee. These attributes are
First Name, Last Name, Employee ID, and Salary.
• Table: A table is a collection of related records. For example, the Payroll Table
would include payroll information (records) for the employees (entities).
6. Key Field
Each record in a table has at least one distinctive field, called the key field. Also known
as the primary key, this field uniquely identifies the record. Tables can be related or connected
to other tables by common key fields.
For most employee databases, a key field is an employee identification number. Key
fields in different tables can be used to integrate the data in a database. For example, in the
Personnel Database, both the Payroll and the Benefits tables include the field Employee ID. Data
from the two tables could be related by combining all records with the same key field (Employee
ID).
7. Batch Processing and Real-time Processing
Traditionally, data is processed in one of two ways. These are batch processing, or what
we might call “later,” and real-time processing, or what we might call “now.” These two
methods have been used to handle common record-keeping activities such as payroll and sales
orders.
• Batch processing: In batch processing, data is collected over several hours, days,
or even weeks. It is then processed all at once as a “batch.” If you have a credit card, your
bill probably reflects batch processing. That is, during the month, you buy things and
charge them to your credit card. Each time you charge something, an electronic copy of
the transaction is sent to the credit card company. At some point in the month, the
company’s data processing department puts all those transactions (and those of many
other customers) together and processes them at one time. The company then sends you a
single bill totaling the amount you owe.
• Real-time processing: Real-time processing, also known as online processing,
occurs when data is processed at the same time the transaction occurs. For example,
whenever you request funds at an ATM, real-time processing occurs. After you have
provided account information and requested a specific withdrawal, the bank’s computer
verifies that you have sufficient funds in your account. If you do, then the funds are
dispensed to you, and the bank immediately updates the balance of your account.
Exercises/Drills
Perform our class activities for this lesson via our learning group using the class code
given to your section at the beginning of this semester.
Evaluation
Directions: Answer the following and submit your answer via our learning group.
Additional Reading
1. Read the article entitled: “What is data, and why is it important?” using the following
online link: https://www.import.io/post/what-is-data-and-why-is-it-important/
References
Coronel, C, Morris S., Rob, P. (2011). Database Systems: Design, Implementation, and
Management, Ninth Edition. Cengage Learning
O’Leary, T.J., O’ Leary, L.I., O’Leary D.A. (2014). Computing Today. New York, US:
McGraw-Hill