Algorithm Instructions: algorithm Instructions are specific steps that a computer program follows to solve a problem. These instructions are written in a Programing language that the computer can understand. These are sequence of steps that solve a specific problem.
Example: calculate the sum of 2 numbers
Flowchart symbols: Flowchart symbols are graphical symbols used to represent the different types of operations in an algorithm.
1) Start and end symbols: these represent start and end of the program
2) Input/output symbols: these represent input and output of data to or form program.
3) Process Symbols: this represent a process or action that is carried out in the program
4) Decision Symbols: this represent a decision that is made in the program base on condition

0 Comments