Information Systems
Information Systems
Chapter 1
Data
Information
- Data that has been converted into a meaningful and useful for decision-making.
- Relevant knowledge produced as output of processing operations and acquired to
achieve specific purpose or enhance understanding.
- Useful data that must be accurate, precise, concise, and timely.
- A collection of meaningful and relevant data that describe events and entities.
System
- any components of a system can itself be seen as a system, which has components
of its own. (e.g. – the circulatory system is a component of a body)
Information System
1
Characteristics of a system
Procedures are the rules or instructions by which components are supposed to follow
when they are given work to do or information to act on.
The difference between a procedure and behavior is that a procedure describes what
ought to be done. It is an instruction. Behavior describes what is actually done.
Objectives
Feedback
2
Characteristics of Information System
3
3. Structure of Information System
The way in which the different data processing systems are related to one another and to
the users of the information system.
The behavior of an information system is that it will achieve its goals or storing
information and providing information to the organization in a form, at a time, and within
a cost that is appropriate. To accomplish such behavior requires procedures.
- TPS record and process data resulting from business transactions in 2 basic ways.
- In batch processing, transactions data is accumulated over a period of time and
processed periodically.
- In real time (on-line) processing, data is processed immediately after a transaction
occurs, e.g. – Point-of-Sale (POS) system.
4
(3) Office Automation Systems (OAS)
5
Chapter 2
Data Processing
Data Processing involves one or more of those activities to transform data into
information.
- Record
- Classify
- Sort
- Calculate
- Summarize
- Compare
- Communicate
- Store
- Retrieve
Record
- To bring facts into a processing system in usable form that are ready for
transforming into information.
- Similar term: data capture
6
Classify
- To categorize, i.e., data with similar characteristics are placed in the same group.
- E.g. college students: fresher men, sophomores, juniors, and seniors
Sort
Calculate
- To apply arithmetic forms to data, i.e., add, subtract, divide, and multiply.
- Calculation is an Integral part of Data Processing.
- E.g. Sale Voucher
Summarize
Compare
Communicate
Store
Retrieve
7
Output
- Communicate
(Decode) Data and Information
Processing
- Classify
Data and Information - Sort
Storage - Calculate
- Store - Summarize
- Retrieve - Compare
Input Data
- Record
(Encode)
The data processing activities can be classified into 4 separate functional categories.
8
Input
- The activities required to record data and to make them available for processing.
- Initiates necessary steps: check, verify, validate, and coding, i.e., conversion of
hand written data into machine-readable formats.
Processing
Output
Storage
- Storage involves the filing of data and information for later use.
The range of benefits is wide, generally including one or more of the following
categories:
- Higher efficiency
- Tighter control over operations
- Lower costs
- Fewer errors
- Improved customer service
- Better planning and organization of operational and distribution activities
- Better informed decisions
- Less reliance on labor-intensive clerical processes.
9
Information System Resources
Information system consists of 4 major resources : people, hardware, software, and data.
1. People Resources
- people are customers of Data Processing Systems and are also users of
information.
- people resources include end users and IS specialists.
IS specialists
2. Hardware Resources
- H/W resources include all physical devices and materials used in information
processing.
- It includes not only machines, such as computers and calculators, but also all data
media, such as sheets of paper, magnetic disks.
Computer systems
Computer peripherals
- which are devices for input of data and commands, and output of information.
- e.g. – keyboard, mouse, monitor, printer, floppy, CDs, etc.
10
Telecommunication networks
3. Software Resources
- S/W resources include not only the sets of operating instructions called programs,
which direct and control computer H/W, but also the sets of information
processing instructions needed by people, called procedures.
System software
Application software
- which is the program that directs processing for a particular use of computer by
end users.
- e.g. – word processing S/W, spreadsheet S/W, graphics S/W, etc.
Procedures
- which are operating instructions for the people who will use an information
systems.
- e.g. – office assistance, using a software package, etc.
4. Data Resources
11
Chapter 3
1. Input
2. Process
3. Storage
4. Output
Data Storage
Input
- Most data processing application require the preparation and input of substantial
amounts of data, resulting from the daily transactions of the organization.
- To develop a good data processing system, it is very important to have an
efficient input subsystem.
- The major steps in the input of data into a computerized system are :
The data to be processed by a computer system may originate from a number of different
sources, depending on the nature of the application.
1. Transaction data
2. Status data
12
Transaction data
- Transaction data may originate from activities within or without the organization.
- E.g. – external Transaction data – customer orders, payments on accounts, etc.
- E.g. - internal Transaction data – employees hours worked, usage of machines,
materials and supplies, etc.
- Transaction data may be input into the system as soon as an activity occurs or
they may be entered as a batch.
Status data
- Status data are those which describe the existing conditions of people, things, etc.
- They may also be internal or external.
- E.g. - internal status data - employee status, machine conditions, inventory level
- E.g. - external status data – market condition, population
- Status data are to be input to the system just once at the initialization of the
system.
- These initial status data have to be regularly updated by transaction data to keep
the status data up-to-date.
13
(2) Converting to Machine processable form
2. Coded form – data are classified into categories, each category is given a code, and
only the code is entered.
It is economical and more easily retrievable if data are in coded form and hence it is
preferable to use coded form whenever possible.
Group Code
Numeric Alphabetic
Rector 1 R
Professor 2 P
Lecturer 3 L
Tutor 4 T
14
(4) Data collection and Input devices
A large number of devices and media are used for input of data.
File Organization
Data stored in a data processing system can be classified into following categories:
1. Master data
2. Historical data
3. Status data
4. Transaction data
5. Indexing data
6. Backup data
The choice of storage media and retention period (time limit for storing data) depend on
the type of data and it is called file organization.
1. Master file
- If the master file contains the latest status, it is updated with the changes occurs a
specific time period of each object.
15
2. Historical File
- The file grows as new records are added to reflect the changes which occur over a
period of time.
- The set of records for each subject may be arranged in chronological order.
- It is important to have a good disposal policy.
3. Status File
- one subject can be represented by one summary/status record and the values in
that records are updated as changes occur over a period of time.
4. Transaction File
- It contains the changes occurrence of each subject of interest over a period of
time.
- The records in this file are usually created from source documents, such as ,
invoices, orders, etc.
- The transaction files are necessary if the updating is made in batches.
Subject File Contents
16
5. Index File
- These files are used to indicate, via an index key or address where specific records
are located in other files.
- E.g. – Library card catalog
6. Backup File
- These files are simply non current files of any type which are stored in file library
and are used as a link in a file creation process if a current file is destroyed.
- One dimensional medium where the only record that is immediately accessible for
reading or writing, is the next one in the direction of travel of the medium.
- E.g. – magnetic tape, cassette tape.
- Access to any record in the storage takes the same time regardless of when and
where the last record was selected.
- E.g. – optical disk, CD.
Output
17
(1) Printed output
18
Chapter 4
- Transaction processing systems (TPS) are information systems that process data
resulting from the occurrence of business transactions.
- Transactions are events that occur as part of doing business, such as sales,
purchases, deposits, withdrawals, refunds, and payments.
Sales
Purchasing Accounting Transactions
Processing
19
I. Data Entry II IV. Document & Report Generation
Transaction
Processing
- Batch
- Online /
Real-time
Database
Maintenance
The use of automated methods of data entry is known as source data automation. Several
methods have been developed to accomplish this automation based on trying to reduce or
eliminate many of the activities, people, and data media required by traditional data entry
methods.
20
Electronic Data Interchange (EDI)
- Besides direct network links between the computers of trading partners, third-
party services are widely used.
Customer Supplier
Purchase order
Invoice
Payment
Shipping notice
Computer Computer
Benefits of EDI
EDI eliminates the printing, mailing, checking, and handling by employees of numerous
multiple-copy forms of business documents.
21
II. Transaction Processing
Transaction data are accumulated over a period of time and processed periodically
involving:
Advantages
Disadvantages
- Master files are frequently out-of-date between scheduled processing for periodic
reports.
22
Keyboard
input
Transactions
grouped into batches
Validate &
Update
Error
Report
New Master File
Reports
Transactions
Process/ Master
Enter Update File
directly Master File
23
(2) Real-time processing
Transaction data are processed immediately after they are generated or recorded without
waiting to accumulate batches of data and can provide immediate output to end users,
also called online transaction processing (OLTP) systems.
It involves:
- Data are fed directly into the computer system from online terminals, without
being sorted, and they are always stored online in direct access files.
- Files and databases are always up-to-date since they are updated whenever data
are originated, regardless of their frequency.
- Real-time processing depends on wide area and local area networks to provide
telecommunication links between transaction terminals, workstations, and other
computers.
Advantages
Disadvantages
- More controls have to be built into the software and processing procedures to
protect against unauthorized access or the accidental destruction or data.
- OLTP applications have to pay a high cost premium for the security of fault
tolerant computer systems.
24
III. Database Maintenance
Action documents
- These are documents that initiate actions or transactions on the part of their
recipient.
- E.g. – purchase order, paycheck, etc.
Information documents
Turnaround documents
25
Control listings
- These are detailed reports that describe each transaction occurring during a
period.
- They are also called transactions logs.
- E.g. – payroll register lists.
Edit reports
- These are reports that describe errors detected during processing.
- E.g. – invalid account numbers, missing data.
Accounting statements
- These are reports that legally document the financial performance or status of a
business.
- E.g. - balance sheets, income statements.
V. Inquiry Processing
26