Friday, 1 May 2020

Algorithm and Flowchart



Algorithm

Algorithm is the step by step instructions written in simple language to perform a particular task .

Example : Write an algorithm to find the addition of Two number 
                 
Answer  :    Step 1 : Start 
                   Step 2 : Take N1 , N2 
                   Step 3 : sum = N1 + N2 
                   Step 4 : Print sum 
                   Step 5 : Stop 


Flowchart

Flowchart is a step by step process of representing the solution of a particular problem in a graphical or pictorial form.



Example :    






Follow my YouTube channel   :   SK Skill India 








No comments:

Post a Comment