answersLogoWhite

0


Best Answer

A flowchart is a tool for your mind. Like all tools, its value depends on the person using it. It provides one way of describing how you will plan to do a complicated task. A flowchart shows what is done when each decision must be made and when to go to each process as a result. There is a saying, "A picture is worth a thousand words." A flowchart gives a picture of the way a particular item will occur. It was originally developed for computer programming. In calculating payroll taxes, the program asks, "Is this person married?" The answer is yes or no. If it is yes, the program goes to one rate. If no, it goes to another rate. The flowchart shows all such yes and no decisions. Following those makes it easier to find mistakes in the program.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the importance of flowchart?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Difference between macor flowchart and micro flowchart?

1. Macro flowchart shows less information whereas micro flowchart shows more information. 2. Macro flowchart is easy to design as comparative to micro flowchart. 3. Macro flowchart is difficult to study and understand as comparative to micro flowchart.


What is the basic symbol in flowchart?

there is no basic symbol in flowchart


Define flowchart and draw flowchart for GCD of two numbers?

pictorial representation of a program is called a flowchart


What will the beginners prefer to choose between flowchart and algorithm?

Flowchart.


What is terminator on a process flowchart?

the circular square shape is the terminator of a flowchart


When should you use flowchart?

Use a flowchart when you want to visualize a process.


What is flowchart tracing?

research about the flowchart tracing


How do you Draw a flowchart for the roots of a quadratic equation?

what math flowchart can make it true


Why is the interactive Visual Logic flowchart program more useful than a manually drawn flowchart?

A manual flowchart is static. The advantage of an interactive Visual Logic flowchart is that it allows users to input values for various variables at runtime. When the flowchart is finished, users can then run the program behind the chart.


What is the difference between a hierarchy of modules and a flowchart?

What is the difference between a hierarchy of modules and a flowchart.


What is the Difference between program and flowchart?

Flowchart it is diagrammatic Program it is coding. A flowchart is drawn out on paper, and shows the logic of an if/then/else statement. The programming actually is the if/then/else, not just the logic.


Flowchart to find area of area and perimeter of a square?

creat a flowchart that will compute for the area and perimeter of a square?