Flowcharts

Flowcharts and related logic-development tools are the staple item of computer professionals. The complexity of programs requires that you somehow find a way to depict the logic of a program before writing it. It is said that a picture is worth a thousand words, and the flowchart provides a pictorial representation of program logic. The flowchart provides the logic for the final program. If your flowchart is correctly drawn, writing the actual program becomes a matter of rote. After the final program is completed, the flowchart can act as documentation to the program itself.

Flowchart Symbols

Flowcharts are made up of industry-standard symbols. You can buy plastic flowchart symbol outlines, called flowchart templates, at an office ...

Get Absolute Beginner's Guide to Programming, Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.