Computer Science, asked by bikramkhswain, 11 months ago

b) What is the importance of a flowchart?
c) What do you understand by algorithm?
d) What is the difference between an algorithm and a flowchart?​

Answers

Answered by Anonymous
3

Answer:

Flowcharts are used in designing and documenting simple processes or programs. Like other types of diagrams, they help visualize what is going on and thereby help understand a process, and perhaps also find less-obvious features within the process, like flaws and bottlenecks.

2. An algorithm is important in optimizing a computer program according to the available resources. . Ultimately when anyone decide to solve a problem through better algorithms then searching for the best combination of program speed and least amount of memory consumption is desired.

Similar questions