What is flowchart and Explain its different symbol?
Flowchart
In this page you will learn about What is Flowchart and its different symbol used in computer programming. After reading this page you will able to define flowchart and its different symbol with example.
Flowchart |
A flowchart is a symbolic or diagrammatic representation of an algorithms of a programs. It represents the process which is done in programs through the help of different symbols. It uses simple geometric shapes to represent processes and arrows to show relationship between geometric shapes. It is used in analyzing, designing, or managing a programs. It is a step by step approach to solving a program.
Different types symbol used in flowchart are given below:
- Process box
- Input/Output box
- Decision box
- Connectors
- Terminal
- Flow-lines
Explaining each symbol with the help of its pictures:
Process Box
Process box is used to indicate any type of internal operation inside the processor.
Process box |
Input/output Box
Input/Output box is used to indicate the input/output operation inside the computer. It means that computer takes data and process it and gives result as output.Input/Output box |
Decision Box
Decision box is used for checking condition or making decision in the program that can be answered in binary format True or False.
Decision box |
Connectors
Connectors are used to connects two or more flowchart which are on the same page without intersecting lines or without reverse flow.Connectors |
Terminals
Terminals are indicates starting or ending of the programs.Terminal |
Flow-lines
Flow-lines are shows the direction of flow in program.Flow-lines |
Example of Flowchart :
Data Flow Diagram |
Conclusion:
In this article, we have thoroughly read about Flowchart with brief description of each symbol used in Flowchart. Types of symbol used in Flowchart are:
If you are interested then also read:
- Process Box
- Input/Output Box
- Decision Box
- Connectors
- Terminal
- Flow-lines
If you are interested then also read:
C Programming Examples Related to for Loop
Top 10 C Programming Examples with Output
If you find this page helpful then please share!
Tags: Flowchart, Flowchart Symbols, Types of Symbols Used in Flowchart, Flowchart Diagram, Flowchart Example
Knowledgeable post
ReplyDeleteThank you sir keep positing
Thank you for appreciating.
Delete