Computer Science, asked by priyabujji4092, 1 year ago

Write the difference between algorithm and flowchart point wise answer

Answers

Answered by SanyaBhasin
6

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.

Answered by aman292929
7

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

Similar questions