Hello everyone! welcome to our site. In this section we will give you a little idea about flowchart. I am considering you are a Computer Science student, If you are not , nothing to worry about. we will keep it simple and easy.
So,lets start with the basics there are few things to remember before drawing a flow chart:
Flow chart is "A diagram of the sequence of movements or actions of people or things involved in a complex system or activity"(collected from Google) in short its a construction map for code or anything, it's like sequence work. To give you an example its kind of like this :
So,lets start with the basics there are few things to remember before drawing a flow chart:
1.To a flowchart you have to use some stander signs .
2.By giving arrow you have to show the flow.
3.You should not write flowchart in a particular programming language.
That's the things to remember while writing a flowchart.
Now,here are some signs that are used in flowchart and there meaning:
There are 3 types of Flowchart :
1.Simple Sequence,
2. Conditional,
3. Loop
Lets,start then.
1.Simple Sequence: Its an easy structure just the flow.
2. Conditional:This Structure is used when someone needs to work with condition. for example:
So basically its like yes/no answer based. If its yes do this and if no do that.
3.Loop: Its a repeating flowchart.In this flow chart you give a condition and until that condition is fulfills the flowchart continues. For example:
Here you see until the condition is fulfilled the flowchart will continue also we used increment to reach that conclusion point. So, in my words its like proposing a girl whom you like and want her so you propose again and again so here you limit is until she says yes and you add more ways of impressing her and that is your increment.Its not like the perfect example but I hope you get the idea :p .
So that's the basic flowcharts for now.
Thank you.
<3 mechaboo
You can also watch a video tutorial of this topic at our channel.
click below to go to the video.
( Click here to watch video for drawing a flow chart )
<3 mechaboo
You can also watch a video tutorial of this topic at our channel.
click below to go to the video.
( Click here to watch video for drawing a flow chart )
Comments
Post a Comment