Pseudocode And Flowcharts
There are some tools are used convert algorithms into computer programs
Algorithms means process of the problem it give a solution.
1.Flowchart:-Graphical Represent.Everycommands are placed in a boxof the appropriate shapes.And Arrows are used todirection and order of programme execute.2.Pseudocode:- Describing computer using combination ofprogramminglanguage
Pseudocode
Pesudocode Components
1. Variable:- it has name and value And it has 2 thinks
- Assignment operation:-you can follow your own syntax
- Read operation:-Read before gave operation
2.Input/output
- Input:-Read/get
- Output:-write/print/display
3.Selection:-select one from many
4.Repetition:-One operation repeats so many time till some
condition being met.
Flowcharts
No comments:
Post a Comment