Kelompok 4 Flowchart: 2013020170 MAKMUR 2013020171 AHMAD SHOLIHIN 2014020198 MUH. ROBBY MALIK
Kelompok 4 Flowchart: 2013020170 MAKMUR 2013020171 AHMAD SHOLIHIN 2014020198 MUH. ROBBY MALIK
FLOWCHART
2013020170 MAKMUR
2013020171 AHMAD SHOLIHIN
2014020198 MUH. ROBBY MALIK
So far we have conserned ourselves primaily with computers and computer language.
Now we must ask ourselve how a programmer acrually sits down and begins to write a
program. The first step in programming any problem is to lay out in a logical fashion. A
layout of the kind used by programmers is called a flowchart.
Flowcharting is not restricted to the preparation of programs is ane particular language,
but is rather a broad overview of the specific problem independent of the particular
language taht is to be used in the final program
The intellectual father of flowcharting is John von Neuman. He and his collagues at the
Institute for Advanced Studies at Priceton, New Jersey, were the first to use a graphic aids in
outlining the solutions of prloblems on which they were working. Even though the
conversations of flowcharting are different now from those that von Neuman used, the spirit
and purpose of flowcharying remain the same
START
REMOVE
THE NEXT
TUBE
NO
IF
FINAL
TUBE
STOP
REMOVE
A TUBE
IS THIS
TUBE
DEFECTI
VE ?
REMOVE
THE NEXT
TUBE
YES
REPLACE IT
WITH A
GOOD
TUBE
IF
FINAL
TUBE
STOP
All that flowchart indicate is that each tube should be tasted until detective
tube have been replaced. We can then assume that the machine will be in
proper working order.
SYMBOL OF FLOWCHARTING
This is the terminal symbol, which indicate either the start of the finish of a prgram
Parallelogram symbol, this is used as in input/ output symbol. It indicated that we either bring something to the
program or we take something from the program
The rectangel symbol, stand for processing, in other words a place in the program where action is taken.
The diamond symbol, indicate that a decision has to made. It is usually in the form od question that has to be
answerd.
Arrow, the direction of flow of the program, that show the order in which the different action in the program are
performed
Thank You
For
Attention