Differentiate between Algorithm and flowcharts
Answers
Explanation:
Algorithm is step by step procedure to solve the problem. Flowchart is a diagram created by different shapes to show the flow of data. In algorithm plain text are used. In flowchart, symbols/shapes are used.
Answer:
please mark me the Brainliest answer
The word Algorithm means “a process or set of rules to be followed in calculations or other problem-solving operations”. Therefore Algorithm refers to a set of rules/instructions that step-by-step define how a work is to be executed upon inorder to get the expected results.
A flowchart is a graphical representation of an algorithm. Programmers often use it as a program-planning tool to solve a problem. It makes use of symbols which are connected among them to indicate the flow of information and processing.
The process of drawing a flowchart for an algorithm is known as “flowcharting”.