English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

hi am a student in programming, i dont understand anything in flowcharts. help

2007-08-22 07:04:58 · 10 answers · asked by Anonymous in Computers & Internet Programming & Design

10 answers

Flowcharts are to programming like outlines are to a paper.

If you take the time to flowchart what you want your program to do, it will make it easier to write the code and debug if needed.

2007-08-22 07:08:29 · answer #1 · answered by Steven 4 · 1 0

The flowchart is the first attempt at putting together a program. Your flowchart should be broken down into logical blocks of define able processes such as; decisions, branches taken depending on the results of the decision, I/O processing etc.
The flowchart can be a summary of what the program must accomplish or it can be a fine detail that allows anyone working with the program the opportunity to trace out the logical steps necessary to resolve the programs' intentions.
This can be considered a form of debugging long before a line of code is written and flaws in logic or inconsistencies in data can be determined and corrected in the flowchart.

2007-08-22 07:33:24 · answer #2 · answered by Anonymous · 0 0

I don't know either and don't think that this is a right place to get your problem resolved. There are flowchart programs available for different professions like engineering or accounting etc. but even then you have to very well understand the entire system to draw a flowchart isn't it?

2007-08-22 07:11:24 · answer #3 · answered by Anonymous · 0 0

Flowcharts are just a way of showing how the program is going to flow is certain situations come up.

For example, if x = 4, go over down this path, if it's not, go over down to this path.

If you take a look at the picture I've provided you can see how it even applies to real life. It's basically just the flow of information.

2007-08-22 07:09:48 · answer #4 · answered by ryantothemaxx 2 · 0 0

You never find a software as you like. In all programming languages, you have to write code. But Flowchart is the base of all programming

2016-04-01 08:50:23 · answer #5 · answered by Paula 4 · 0 0

first step is to buy a plastic flowcharting outline tool. they have all the shapes you need

Or buy a flowcharting program

2007-08-22 07:08:27 · answer #6 · answered by Bill W 【ツ】 6 · 0 0

There are plenty of resources on the web. Try this: http://en.wikipedia.org/wiki/Flowcharts

2007-08-22 07:09:08 · answer #7 · answered by Anonymous · 0 0

the below link is for beginners... if still in doubt, pls b specific wat you dint understand....

Its basically a pictorial representation of a program flow (step by step execution). u just need to know 5-6 basic symbols and u can do anything with them... its not too difficult, trust me :)

2007-08-22 07:11:10 · answer #8 · answered by TechprOne 1 · 0 0

I guess you need a tutor if understanding is really important to you.

2007-08-22 07:09:48 · answer #9 · answered by Aliz 6 · 0 0

what is it exactly that you dont understand ?

2007-08-22 07:08:23 · answer #10 · answered by gjmb1960 7 · 0 0

fedest.com, questions and answers