Top Banner
INFORMATION SYSTEMS
24
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Chapter 6

INFORMATION SYSTEMS

Page 2: Chapter 6

THE DEFINITION OF DATA, INFORMATION AND INFORMATION SYSTEM.

•Data: data are the raw, unprocessed facts, including text, numbers, images and sound. It is not organised and has little value.

•Information is organised data that is valuable and meaningful to a specific user.

•Information system: information system is a collection of hardware, software, data, people and procedures that collects data, processes data and provides information.

Page 3: Chapter 6

THE USAGE OF INFORMATION SYSTEMS IN VARIOUS FIELD.

•Keep track of students statistics and grades.

•Help students and teachers in online learning and discussion.

•Store subject content.

EDUCATION

Page 4: Chapter 6

•Carry our online buying and selling•Help plan the delivery of goods and

services.•Make room booking and for checking the

best rates.

BUSINESS

•See employee records•Analyse products, services and product prices•Process customer orders, organise production

times and keep track of product inventory

MANAGEMENT

Page 5: Chapter 6

FIVE COMPONENTS OF INFORMATION SYSTEM: Human,

procedure, software, hardware and data.

Component Definition Data Data are the raw, unprocessed facts,

including text, numbers, images and sound. Processed data is called information

Hardware Hardware is the equipment that processes the data to create information. It includes the keyboard, mouse, monitor, system unit, and other devices. Hardware is controlled by software

Page 6: Chapter 6

Component Definition Software Software is series of instructions that

tells a computer what to do. The purpose of software is to convert data into information

People (human)

People is anyone who communicate with computer system or utilizes the information it generates such as customers, employees, students, data entry clerks, accountants and sales manager.

Procedure A procedure is operating instructions for people (user) to follow when using software, hardware, and data. Procedures can be in the form of guidelines in the user manuals.

Page 7: Chapter 6

Interrelation between Information System components.

Data

Software

Human

Procedure

Hardware

Page 8: Chapter 6

TYPES OF INFORMATION SYSTEM•Transaction Processing System (TPS)•Management Information System (MIS)•Decision Support System (DSS)•Executive Information System (EIS)•Expert System (ES)/ Artificial Intelligence

(AI)

Page 9: Chapter 6

Information System

Usage

Executive Information System (EIS) / Executive Support System (ESS)

Executive Information System is an information system that provides strategic information tailored to the needs of top management. EIS is a highly interactive MIS combined with DSS and AI that present, summarize and analyze data from organization's database. ESS is designed to be easy to use. So an executive with little spare time can obtain information without extensive training

Decision Support System (DSS)

A Decision Support System is an information system that analyzes business data and presents it so that users can make business decisions more easily. DSS analyze data.

Page 10: Chapter 6

Information System

Usage

Management Information System (MIS)

Management Information System is an information system that produces standardized reports in summarized structured form. MIS summarizes data and presents them in reports.

Transaction Processing System (TPS)

Transaction Processing System is an information system that helps an organization keep track of daily operations and records these events in database; e.g. sales, payroll, reservations, shipping, and worker tracking. TPS is simply records data.

Page 11: Chapter 6

Information System

Usage

Expert System (ES)/ Artificial Intelligence (AI)

A type of application program that makes decisions or solves problems in a particular field by using knowledge and analytical rules defined by experts in the field.

Page 12: Chapter 6

EISD

SSM

IST

PS

Topmanagement

Middlemanagement

Supervisor

Make decision

Analyze

Summarize

Record

Page 13: Chapter 6

Hierarchy of dataData Meaningbit A binary digit, the smallest piece of

information that a computer can hold.A bit is always one of two values, written as 0 and 1

byte A byte is a series of 8 bits, which represent a single character (number, letter or symbol)

field A field is a combination of one or more characters or bytes. Each field is represented by a column in the table. In database system fields are the smallest units of information you can access and each field name for examples name, address and age.

Page 14: Chapter 6

Data Meaningrecord A record is a collection of related fields.

Each record is represented by a row in the table.

file (table)

A file is a collection of related fields.

database

A database is a collection of related files stored in storage medium

Page 15: Chapter 6
Page 16: Chapter 6

THE DEFINITION OF DATABASE & DBMS•Database: a database is structured collection

of data that is organized so that enables people to add, find, sort, group, summarize, and print the data.

•DBMS: is a software that can manage a database. DBMS allows you to use a computer to create a database; add, change, and delete data in the database; sort the data in the database; retrieve data in the database; and create forms and reports using the data in the database. E.g. Microsoft Access, MySQL, Oracle, DB2, Informix, SQL Server, Visual Foxpro, Corel Paradox, Kexi, OpenOffice.org Base.

Page 17: Chapter 6

BENEFITS OF USING DBMS

•Improve data integrity.•Avoid data redundancy•Data can be shared over a network, by a

whole organisation.•Information can be accessed easily.•Data security. Data are not accessible to

unauthorised users.

Page 18: Chapter 6

THE RELATION BETWEEN FIELD, RECORD AND FILE.•A file or table is a collection of records.•Records are composed of files.

Page 19: Chapter 6

PRIMARY KEY & FOREIGN KEY

•Primary key: Primary key is a field that contains a value uniquely identifies each record in the table.

•Foreign key: A foreign key is a field in a relational table that matches the primary key column of another table.

Page 20: Chapter 6

THE IMPORTANCE OF PRIMARY KEY•The primary key ensures that no two

records in a database contain the same value for that field. It is the field that uniquely identifies the record.

•For example IC Number field uniquely identifies each student because no two students can have the same IC number.

Page 21: Chapter 6

IDENTIFY THE PRIMARY KEY & FOREIGN KEY FROM THE SAMPLE DATABASE.

FRIEND_INFOFriendID {PK}NameAddressDate_of_birth

PHONE_NUMFriendID {FK}Phone_Number

Page 22: Chapter 6

DATABASE OBJECTS

•Table •Form•Query•Report•Relationship

Page 23: Chapter 6

BASIC OPERATIONS IN DATA MANIPULATION:•Update•Insert•Delete•Modify•Retrieve•Sort•Filter•Search

Page 24: Chapter 6

PHASES OF SYSTEMS DEVELOPMENT•Analysis•Design•Implementation•Testing•Documentation•Maintenance