Computer Science, asked by anilaS36, 1 year ago

Write the advantage of flowchart.​

Answers

Answered by ellaanning1011
3

Answer:

Better explanation of program :- Flowchart is a pictorial description of any program. The program created by it can easily be understood.

Effective analysis :- Through the flowcharts, the program is divided into smaller parts, making effective analysis of the program.

Designing of program :- Using a flowchart, your program can be designed correctly.

Systematic debugging :- When any program is created, it is always tried to make it right, but still the mistake remains somewhere. These mistakes can only be known when we start the execution of the program on the computer. The mistake of this type of program, is called Bugs and the method of removing this mistake, is called Debugging. A flow chart is very helpful in detecting , locating and removing the mistake in a program.

Hope this helps

Answered by pragya80
5

A flow chart allows us to layout a complex set of interactions in a way that is easier to digest(in a sequence)

Attachments:

6Shivam92: Hi Pragya
Similar questions