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.

Related posts:

  1. What’s The Importance Of Program Design And How It Fits Into The Program Development Process?
  2. What Is The Best Program To Design A Business Website?
  3. What Is The Best Program To Use To Design An Order Form On An Envelope?

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.13_1145]
    Rating: 0 (from 0 votes)

Leave a Reply