Programming as process

Programming as process

Programming and creating programs is a process that can be defined with the help of PSEUDO CODE.

Steps:

1. Complete analysis and understanding of the process for which we create a computer program, or writing a pseudo code.

2. Writing algorithm using graphic symbols based on a pseudo code.

3. Writing a program (coding) based on the algorithm (the graphic program flow) in one of the programming language that is

the most suitable for this type of program.

4. Testing and debugging the program.

5. Writing documentation for the program, the user manual, the license agreement and patenting program.

And two more steps that are not strictly related to programming:

6. Distribution of the program, the installation of the program to the end user as well-rounded product.

7. Maintenance and Updating Application.

All the best,

Author