Presentation is loading. Please wait.

Presentation is loading. Please wait.

Flowcharts C++ Lab. Algorithm An informal definition of an algorithm is: a step-by-step method for solving a problem or doing a task. Input data A step-by-step.

Similar presentations


Presentation on theme: "Flowcharts C++ Lab. Algorithm An informal definition of an algorithm is: a step-by-step method for solving a problem or doing a task. Input data A step-by-step."— Presentation transcript:

1 Flowcharts C++ Lab

2 Algorithm An informal definition of an algorithm is: a step-by-step method for solving a problem or doing a task. Input data A step-by-step method for solving a problem or doing a task Algorithm Output data

3 Algorithm An algorithm is a sequence of unambiguous instruction for solving problem. The number of steps of an algorithm will be countable and finite. It is a sequence of instructions to make a program more readable, a process used to answer a question.

4 How to understand the problem Define the problem Analysis the problem Develop an algorithm/method of solution Write a computer program corresponding to the algorithm Test and debug the problem Document the program( how it works and how to used it)

5 Tools

6 Flowchart

7 Flowchart Rules

8 Symbols

9 1. Simple Sequential Flowchart

10

11

12

13

14

15

16

17

18

19

20

21

22

23 Branched flowchart

24

25

26

27

28

29

30

31

32

33

34

35

36

37 Loop Flowchart


Download ppt "Flowcharts C++ Lab. Algorithm An informal definition of an algorithm is: a step-by-step method for solving a problem or doing a task. Input data A step-by-step."

Similar presentations


Ads by Google