information system

47
CHAPTER 10 How to describe an information system?

Upload: eyetee

Post on 02-Jun-2015

467 views

Category:

Technology


1 download

TRANSCRIPT

Page 1: Information system

CHAPTER 10

How to describe an information system?

Page 2: Information system

What Is A System?

Page 3: Information system

What Is A System?

A system is an organized set of related components established to accomplish a certain task

Page 4: Information system

Examples

Page 5: Information system

Dig

estiv

e sy

stem

Photo Source: http://www.wpclipart.com/

Page 6: Information system

Sola

r Syste

m

Photo Source: http://www.solarviews.com/

Page 7: Information system

Traffi

c Syste

m

Photo Source: http://pt.wikipedia.org/wiki/Ficheiro:Traffic_Light_German_Complex_With_Bicycles.JPG

Page 8: Information system

Bu

siness sy

stem

s

Photo Source: http://www.flickr.com/photos/stuckincustoms/298010636/sizes/m/in/photostream/

Page 9: Information system

Com

pu

ter sy

stem

Photo Source: http://www.apple.com/

Page 10: Information system

What do they have in common?

Page 11: Information system

Identifying the IPOS helps us understand how a system works

Page 12: Information system

What is IPOS?

Page 13: Information system

IPOS

INPUT - What goes in

PROCESS - What happens

inside?

OUTPUT - What comes out?

Page 14: Information system

IPO

S

Page 15: Information system

Computerized Payroll System

INPUT Smart card

PROCESS Process in the computer

OUTPUT Printout

Page 16: Information system

How can we visually describe a system?

Page 17: Information system

Ways of describing a system

1. Structure diagram Top down approach

2. Data flow diagrams

3. System flowcharts

Page 18: Information system

Top Down Diagrams

An overall task is broken down into smaller more manageable task and the process goes on and on as needed.

Page 19: Information system

What are the steps involved?

1. Identify the main tasks to be done and then break them down into smaller tasks

2. Read from top to bottom – each big task is broken down into smaller tasks.

3. Read it left to right tells you the order in which they happen

Page 20: Information system

Main Tasks

Page 21: Information system

Smaller Tasks

Page 22: Information system
Page 23: Information system

Computerized Payroll System

INPUT Smart card

PROCESS Process in the computer

OUTPUT Printout

Page 24: Information system

Enter Data Edit Data Print Report

AutomaticData

captureEdit Delete Update

ChoosePeriodRange

Summary- Individual- Group

- Statistics

Printrecord

Compute employee’s salary

Example: Employee’s Salary

Page 25: Information system

Collect patient data

Enter patient data

Print patient data

Give patient Data Capture

Form

Patient completes

Data Capture Form

LoadPatient

file

CreateNew

record

EnterNew

record

CheckPrinter

Forpaper

Printpreview

Printrecord

Create new patient record

Example: Patient Record

Page 26: Information system

Data Flow Diagrams

A graphical representation of the "flow" of data through an information system, modelling its process aspects.

A DFD shows what kinds of data will be input to and output from the system, where the data will come from and go to, and where the data will be stored. (Source: Wikipedia)

Page 27: Information system

Symbols

Page 28: Information system

Rectangle (box)

The source of data - shows where the data has come fromExamples: order form,

application form

Part of the system which uses or consumes the data, called a sinkExamples: customer, student

Page 29: Information system

Sausage or bubble

Used to denote a process performed on the data

A process is something which is done to the dataExamples: calculation, sorting

data, combining data etc.

Page 30: Information system

Open Rectangle

It represents a data store

Shows where the data is stored – this include a manual store of a hard copy

Page 31: Information system

Arrows

It shows how the other symbols are connected

Page 32: Information system
Page 33: Information system
Page 34: Information system
Page 35: Information system

Doctor’s appointmentCustomer data file

Produce list of patients overdue

for an appointment

Merge fields into Appointment

Reminder letter

Standard lettersFile (template)

Copy kept in filing cabinet

Page 36: Information system

Payroll System

Employee data file

Produce SUMMARY of login and logout

for the month

Calculate salary/wage based on the

summary

Employee/Accounting fileIs updatedAnd stored

Page 37: Information system

System Flowcharts

A flowchart is a type of diagram that represents an algorithm or process, showing the steps as boxes of various kinds, and their order by connecting these with arrows. This diagrammatic representation can give a step-by-step solution to a given problem. (Source: Wikipedia)

Page 38: Information system
Page 39: Information system
Page 40: Information system
Page 41: Information system
Page 42: Information system

Payroll System – time in

START

Record found?

Displayerror message

Recordupdated

END

Y N

Swipe card

Page 43: Information system

New PatientSTART

CompletedBy

patient

Error?

Input byreceptionist

Validation

Valid? Displayerror message

Visual check

on form

A

Patientfile

Mail merge

Data capture form

Welcomeletter to

new patientNew patient

standard welcome

letter

END

Y

N

A

N

Y

Page 44: Information system

Now it’s your turn…

Make a flowchart of the following activities:

Prepare a cup of hot coffee Watch your favorite TV show Call a friend Starting the computer

Page 45: Information system

Development Timeline

A Gantt chart is a type of bar chart that illustrates a project schedule. Gantt charts illustrate the start and finish dates of the terminal elements and summary elements of a project.

Page 46: Information system
Page 47: Information system

END