Flowchart: Luqman Naufal Lufthansa IK-2C 3.37.18.0.10

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

Luqman Naufal Lufthansa

IK-2C

3.37.18.0.10

FLOWCHART
Flowchart is a chart with certain symbols to describe the sequence of process
in detail and the relationship between a process (instruction) with other process in a
program. These are known as flowchart symbols. So this is all example of symbol
of flowchart now i will explain this.

Flow Direction Symbol is symbols use to connect one symbol to another.


This symbol also called connecting line. Next, Terminator symbol is start or end
symbol from a activity. This symbol must be in start process and end process. In
Connector Symbol have to two symbol with different function, the first is symbol
to connector process in to same sheet and the second is symbol to connector
process in to different sheet. They have different shape, to same sheet have circle
shape and to different sheet have square shape but have taper in down side.
Processing symbol is symbol to show process that done. This symbol have
rectangle shape. Decision Symbol is symbol to choice process based on conditions.
This symbol have diamond shape. Input-Output Symbol is symbol to declare input
and output process. Manual Input Symbol is symbol to input data manually on-line
keyboard. Preparation symbol is symbol to prepare storage. This symbol have
pentagon shape. Predefine Process Symbol is symbol to implementation a section.
Display Symbol is symbol to output equipment used. Disk and On-line storage
symbol is symbol to declare input from disk or saved memories. Magnetic tape
unit symbol is symbol that declare input from magnetic tape or output saved in
magnetic tape. Punch card symbol is symbol that declare input from card or output
write in card. Document symbol is declare input from document like sheet or
output in sheet. Manual Loop Symbol = Indicates a sequence of commands that
will continue to repeat until stopped manually. Loop Limit Symbol = Indicates the
point at which a loop should stop. Delay Symbol = Indicates a delay in the process.
Data Storage or Stored Data Symbol = Indicates a step where data gets stored.
Database Symbol = Indicates a list of information with a standard structure that
allows for searching and sorting. Internal Storage Symbol = Indicates that
information was stored in memory during a program, used in software design
flowcharts. Display Symbol = Indicates a step that displays information. So that’s
all of the types of flowchart. Now we will explain about the types

The most common flowchart types are:


 Process flowchart
 Swimlane Flowchart
 Workflow Diagram
 Data Flow Diagram
 
 EPC Diagram
 SDL Diagram
 Process Map
 Process Flow Diagram

Input and output are the fundamental building blocks of a process used to
describe a software program. For example, the input could be provided by a user
like at an ATM machine or in a form online or it could data provided by an
instrument like a temperature read. The program will have code to interpret the
input and generate an output. The output could be a series of things: a message
printed on a the user interface or data handed off to another process.
c

You might also like