Users Online
ClickBank Products

What’s The Difference Between The Program Design And The Flow Chart?

Q. I have a project and I did the programming but I have to submit the program design and the flow chart.

VN:F [1.9.3_1094]
Rating: 0.0/5 (0 votes cast)

Related posts:

  1. What’s The Importance Of Program Design And How It Fits Into The Program Development Process?
  2. What is a good program to learn the basics of graphic design?
  3. What’s The Best Web-design Program That I Can Use To Design A Website?

One Response to “What’s The Difference Between The Program Design And The Flow Chart?”

  • ABBD - September 30, 2009 at 6:31 am

    A flow chart is just one aspect of a program’s design. Notably absent from what a flow chart represents is the design of the data structures used by the program. Also, a flow chart typically describes a single subprogram (function or subroutine), the relationship between the subprograms is represented by a structure chart (who calls who). Of course if your program is so simple that it only has one subprogram (main for example in a C program), then the structure chart is trivial since there are no calling relationships.

    VA:F [1.9.3_1094]
    Rating: 0 (from 0 votes)

Leave a Reply