Structured Programming



Structured Programming:

            Structured Programming is the initial stage of programming. This programming is use to improve clearity, quality and development. This programming is very simple. In this programming, cannot define the classes only can define main, and the functions.

Structured Programming Problems :

                There are three big problems in structured programming i.e :

  • 1.      Program Size:

Program size is a big problem of structured programming. If the program is small which is manage easily but the program is large then the program is manage very difficult and very difficult to solve the errors.

  • 2.      User change Value Without Function :

This is the second problem of Structured Programming. If the user define the value in the main function than the program is not fully worked properly (some errors in the output).This is also known as unrestricted access to data.

  • 3.      Separate Variable & Functions :

This is the third big problem of the Structured Programming. Separation of data and functions which is related with each other. If the software developer or programmer does not  separate the variables and functions in the program than the coding of program is mixed and they can’t find the errors and they can’t manage the program.

No comments:

Post a Comment