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

3 answers

It's the way the program is manipulated by the user, in other words how will the end user control the program through it's GUI.
Also what is the purpose of the program, what is it DESIGNED to do?

2007-01-04 03:19:16 · answer #1 · answered by Soundjata 5 · 0 0

It's the way the program is manipulated by the user, in other words how will the end user control the program through it's GUI.
Also what is the purpose of the program, what is it DESIGNED to do?

2007-01-08 05:27:02 · answer #2 · answered by irfan 3 · 0 0

This depends on the complexity and the use to which the program you are writing is going to be used. A simple program could be done using a flow diagram to show how the data will flow and how decisions within the program will be made.

Alternatively you could write a simple description of each part of the program so that you are clear as to how you are going to implement the program and to check that it makes sense logically. For more complex programs, this could be done using UML (Unified Modeling Language) which is is a non-proprietary specification language for object modeling. UML is a general-purpose modeling language that includes a standardized graphical notation used to create an abstract model of a system, referred to as a UML model. UML is extendable, offering the following mechanisms for customization: profiles and stereotype.

2007-01-04 11:23:53 · answer #3 · answered by Sly 1 · 0 0

fedest.com, questions and answers