[Audio] Algorithm and flow chart. CPU with binary numbers and blueprint.
[Audio] Algorithm is a step by step process to solve problem. It is a sequence of instruction that describe method for solving a problem. Algorithm gives the complete logic of solution. The proper return form is called program..
[Audio] It is defined as graphical representation of the logic for problem solving. Flow chart is a diagrammatic representation of a algorithm. It will give a details about the sequence of operation to be performed in order to ger the solution of a problem..
[Audio] Algorithm and Flow chart for sum of two numbers. Step1- Start Step2- Get the value of a,b Step3- c=a+b Step4- Print c Step5- Stop.
[Audio] Algorithm and Flow chart for subtraction of two numbers. Step1- Start Step2- Get the value of a,b Step3- c=a-b Step4- Print c Step5- Stop.
[Audio] Algorithm and flow chart for area of circle Step1- Start Step2- Input radius Step3- Pi= 3.14 Step4- Area=Pi*radius*radius Step5- Print area Step6- Stop.
[Audio] Symbols and it's description 1 flow lines, used to connect the symbols 2 terminal , used to start pause or stop in program 3 input output, represent the information entering or leaving the system.
[Audio] 4 processing, it represent arithmetic and logical instructions 4 decision, represent that decision to be made 5 connector, used to join different flow lines 5 sub function, used to call functions.
[Audio] THANK YOU. Prasanna.v cse -b. THANK YOU.