What are written based on algorithm and flow charts
Answers
Explanation:
An algorithm shows you every step of reaching the final solution, while a flowchart shows you how to carry out the process by connecting each step. An algorithm uses mainly words to describe the steps while a flowchart uses the help of symbols, shapes and arrows to make the process more logical.
Algorithm Flowchart
3. In algorithm plain text are used. In flowchart, symbols/shapes are used.
4. Algorithm is easy to debug. Flowchart it is hard to debug.
Explanation:
An algorithm shows you every step of reaching the final solution, while a flowchart shows you how to carry out the process by connecting each step. An algorithm uses mainly words to describe the steps while a flowchart uses the help of symbols, shapes and arrows to make the process more logical.