Algorithm and flow chart

1 of
Published on Video
Go to video
Download PDF version
Download PDF version
Embed video
Share video
Ask about this video

Page 1 (0s)

CPU with binary numbers and blueprint. Prasanna.v cse -b.

Page 2 (12s)

Algorithm:. 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 PROGRAM=ALGORITHM+DATA.

Page 3 (29s)

FLOW CHART:. 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.

Page 4 (47s)

Sum of two numbers:. Step1- Start Step2- Get the value of a,b Step3- c= a+b Step4- Print c Step5- Stop.

Page 5 (1m 4s)

Sub of two numbers:. Step1- Start Step2- Get the value of a,b Step3- c=a-b Step4- Print c Step5- Stop.

Page 6 (1m 19s)

Area of circle:. Step1- Start Step2- Input radius Step3- Pi=3.14 Step4- Area=Pi*radius*radius Step5- Print area Step6- Stop.

Page 7 (1m 33s)

Blue abstract showing data flow. Symbols and it’s description.

Page 8 (1m 49s)

Blue abstract showing data flow. Symbols and it’s description.

Page 9 (2m 4s)

Prasanna.v cse -b. THANK YOU.