Thursday, 17 December 2020

Pseudocode And Flowcharts

                            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.Every
commands are placed in a box
of the appropriate shapes.
And Arrows are used to
             direction and order of programme execute.
2.Pseudocode:- Describing computer using combination of
programming
language

                                Pseudocode

    Pesudocode Components
 
1. Variable:- it has name and value And it has 2 thinks
  • Assignment operation:-you can follow your own syntax
ex- x=5,y=10 or 10 to y
  • 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