- Short-cut Keys
- Computer Science: Innovators
- Computer Science: Development
- Computer Science: Abbreviations
- Computer Virus
- Computer Threat
- Computer Security
- Computer Multimedia
- Windows Desktop Elements
- Mobile Computer
- Extranet
- Algorithm Flowchart
- Software Programming
- Electronic Commerce
- Computer Related Jobs
- Computer Networking
- Data Processing
- Generations of Computer
- Computer Applications
- Computer Networking Terminology
- Types of Computer
- Internet
- Operating System
- Analog and Digital
- Hardware and Software
- Programming Languages
- Computer System
- Role of Computer in Today’s World
- Fundamental Concept
- Basics of Computer Science - Home
Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Algorithm Flowchart
A flowchart is a blueprint that pictorially represents the algorithm and its steps. The steps of a flowchart do not have a specific size and shape rather it is designed in different shapes and sizes (see the image given below).
As shown in the above image, the boxes in different shapes and interconnected with arrows, are logically making a flow chart. A flow-chart represents the general steps in a process.
Benefits of Flowchart
Let us now discuss the benefits of a flowchart.
Simppfy the Logic
As it provides the pictorial representation of the steps; therefore, it simppfies the logic and subsequent steps.
Makes Communication Better
Because of having easily understandable pictorial logic and steps, it is a better and simple way of representation.
Effective Analysis
Once the flow-chart is prepared, it becomes very simple to analyze the problem in an effective way.
Useful in Coding
The flow-chart also helps in coding process efficiently, as it gives directions on what to do, when to do, and where to do. It makes the work easier.
Proper Testing
Further, flowchart also helps in finding the error (if any) in program
Apppcable Documentation
Last but not the least, a flowchart also helps in preparing the proper document (once the codes are written).
Flow-Chart Symbols
The following table illustrates the symbols along with their names (used in a flow-chart) −
Name | Symbol | Name | Symbol |
---|---|---|---|
Flow Line | Magnetic Disk | ||
Terminal | Communication Link | ||
Processing | Offpne Storage | ||
Decision | Annotation | ||
Connector | Flow pne | ||
Document | Off-Page Connector |