0% found this document useful (0 votes)
5 views1 page

Flowchart Algorithm Manual (1)

The document is a manual on algorithms and flowcharts, explaining the purpose and function of various standard symbols used in flowcharting. It details symbols such as the oval for start/end, parallelogram for input/output, rectangle for processing, diamond for decision making, and arrows for flow direction. Additionally, it mentions connectors and predefined processes for organizing complex tasks.

Uploaded by

dipa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views1 page

Flowchart Algorithm Manual (1)

The document is a manual on algorithms and flowcharts, explaining the purpose and function of various standard symbols used in flowcharting. It details symbols such as the oval for start/end, parallelogram for input/output, rectangle for processing, diamond for decision making, and arrows for flow direction. Additionally, it mentions connectors and predefined processes for organizing complex tasks.

Uploaded by

dipa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Algorithm & Flowchart Manual

Flowchart is diagrammatic /Graphical representation of sequence of steps to solve a


problem. To draw a flowchart following standard symbols are use

Symbol Name Symbol function

Used to represent start and


Oval end of flowchart

Used for input and output


Parallelogram
operation

Processing: Used for


Rectangle arithmetic operations and
data-manipulations

Decision making. Used to


represent the operation in
Diamond which there are two/three
alternatives, true and false
etc

Flow line Used to indicate


Arrows the flow of logic by
connecting symbols

Circle Page Connector

Off Page Connector

Predefined Process
/Function Used to represent
a group of statements
performing one processing
task.

Preprocessor

|--------------
--------- | Comments
|--------------

5 CIC-UHF

You might also like