17
Flow Chart Algorithm

Recording Information (Flow Charts)

Embed Size (px)

DESCRIPTION

An excerpt of "System Analysis" which explains program flowcharts, system flowcharts & DFDs with examples.

Citation preview

Page 1: Recording Information (Flow Charts)

Flow Chart

Algorithm

Page 2: Recording Information (Flow Charts)

• Flowcharts were introduced by Frank Gilberth in 1921, and they were called “Process Flow Charts” at the beginning . Allan H. Mogensen is credited with training business people on the use of Flowcharts. Wikipedia has a great summary about the history of flowcharts, read more in this wiki section.

Page 3: Recording Information (Flow Charts)

•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 them with arrows. This diagrammatic representation illustrates a solution to a given problem. Process operations are represented in these boxes, and arrows; rather, they are implied by the sequencing of operations. Flowcharts are used in analyzing, designing, documenting or managing a process or program in various fields.

Page 4: Recording Information (Flow Charts)

Data Process Decision

Start/Stop

DocumentDirect Access Storag

e

Stored Data

Manual InputInternal Storage

Predefined Process

Sequential Access Storage

Manual Operatio

n

Page 5: Recording Information (Flow Charts)

Vacancy arose in one of the leading companies around. The board of directors have arranged a meeting to decide how will they’ll recruit a new

employee; internally or externally.

Page 6: Recording Information (Flow Charts)
Page 7: Recording Information (Flow Charts)

Program flowchart focuses on the process

of solving the corresponding

problem. It gives explicit details on how many data input, the

process being done and the data output.

Program flowchart focuses on the process

of solving the corresponding

problem. It gives explicit details on how many data input, the

process being done andthe data output.

Page 8: Recording Information (Flow Charts)

Job Descriptio

n

Publish on Web (Advertise)

Externally?START

Job Specificatio

n

Read CV/Resum

e

Does it Match the

Job Specificatio

n

Interview the Candidate

Is he/she Suitable for the

Job

Vacancy Filled

STOP

Page 9: Recording Information (Flow Charts)
Page 10: Recording Information (Flow Charts)

System flowchart, on the other hand, focuses on the input & output

rather than the detailed process itself.

It’s more simpler than program flow chart in terms of details but it does show how data isbeing input and output.

System flowchart, on the other hand, focuses on the input & output

rather than thedetailed process itself.It’s more simpler than program flow chart in terms of details but it does show how data is being input and output.

Page 11: Recording Information (Flow Charts)

Recruitment & Selection

Job Description & Specification

CV/Resume New Employee's

Data

Page 12: Recording Information (Flow Charts)

Recruitment & Selection

Page 13: Recording Information (Flow Charts)
Page 14: Recording Information (Flow Charts)

Data flow diagram is different from the two

flowcharts we dealt with earlier.

This diagram illustrates data and

how does it flow fromone field to another.

,This diagram obviously, focuses on

the data.

Data flow diagram is different from the two

flowcharts we dealtwith earlier.

This diagram illustrates data and

how does it flow from one field to another.

This diagram, obviously, focuses on

the data.

Page 15: Recording Information (Flow Charts)

Firm

Firm’s Website

Newspaper

Advertisement Process

Job Description &

SpecificationAdve

rtise

men t

Advertisement

Job

Application

Job Application

Page 16: Recording Information (Flow Charts)

Advertisement Process

Job Description &

SpecificationAdve

rtise

men t

Advertisement

Job

Applicatio

n

Job Application

Page 17: Recording Information (Flow Charts)