Write the difference between algorithm and flowchart point wise answer
Answers
Algorithms and flowcharts are two different tools used for creating new programs, especially in computer programming. An algorithm is a step-by-step analysis of the process, while a flowchart explains the steps of a program in a graphical way. Flowchart is a pictorial or graphical representation of a process.
Answer:
Algorithm
1: An Algorithm is a step by step procedure for solving a problem.
2: A very simple example of an algorithm would be to find the largest number in an unsorted list of numbers. If you were given a list of five different numbers, you would have this figured out in no time
Flowchart
1: A flowchart is a visual representation of the logical sequence of steps and decisions needed to perform a particular task.
2: For example, each step is shown within a rectangle, while each decision is displayed in a diamond.
Explanation:
Hope this will help you
please mark me as brainlist