What is Algorithm?
What is flowchart?
Answers
Answer:
Algorithm is a set of rules that must be followed when solving a particular problem.
Flowchart is a diagram that shows the connections between different stages of a process or parts of a system
Answer:
.an algorithm is a series of instructions telling a computer how to transform a set of facts about the world into useful information. The facts are data, and the useful information is knowledge for people, instructions for machines or input for yet another algorithm
A flowchart is a diagram that shows an overview of a program . Flowcharts normally use standard symbols to represent the different types of instructions . These symbols are used to construct the flowchart and show the step-by-step solution to the problem. Flowcharts are sometimes known as flow diagrams.
Explanation: