Skip to main content

Posts

Showing posts with the label programming logic data and technique

What is conditional flow chart?

While solving a problem,some time there is a situation where a design has to be taken. There can be one way,two way or multi way choices.hence these flow chart provide a mechanism to provide multiple choice situation in a proper manner user can select two or more possibilities.            

What is sequential flow chart?

These types of flow chart indicates that the flow of control normally passes from one instructions to the next in a sequence with in a programme. Example :- design a flow chart to calculate addition of two number                          

What is flow chart?

Flow chart are used for logic representation. Flow chart is graphical/pictorial representation of programme logic. Three types of flow chart 1 sequential flow chart 2 conditional "          " 3 Iterative/loop "       " ➡ Flow chart are tools to express algorithm. ➡ being graphical in nature they are easier to understand. ➡ Algorithm can be reviewed and corrected easily. ➡ They provide effective algorithm for documentation.