Get premium membership and access questions with answers, video lessons as well as revision papers.

Give two benefits of structured programming.

      

Give two benefits of structured programming.

  

Answers


Kavungya
- Breaks (splits) a large program into smaller sub-programs (modules) each able to solve a particular/specific problem
- Structured programs are easier to read
- They are easy to code and run
- Programs are easy to modify because; a programmer can change the details of a section without affecting the rest of the program
- Modules are easy to test & debug (i.e correct mistakes/errors). This is because; each module can be designed, coded & tested independently
- It is easier to document specific tasks.
- Use of modules can be named in such a way that, they are consistent & easy to find in documentation
- It is flexible.
Kavungya answered the question on April 16, 2019 at 12:57


Next: Explain the Equilibrium of a Competitive Firm.
Previous: Define the term selection to program control structures.

View More Computer Studies Questions and Answers | Return to Questions Index


Learn High School English on YouTube

Related Questions