list the uses of flowcharts
Answers
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.
Answer:
here's the answer
Explanation:
flowchart illustrates the sequence of operations to be performed to solve a problem
programmers draw flowchart before writing a program
flowchart provides an easy way to analyze and find solutions of problems
once the flow chart is drawn, it becomes very easy to write the program in any high level language
flowchart is very helpful in communicating the problem solving method to other people
It also helps in finding and removing errors in computer programs