Structured programming

Cards (2)

  • What is a hierarchy chart
    A diagram that uses a top-down approach to explain how a program is put together
  • What are the advantages of a structured approach to programming (3)

    • Easy to fix errors as only one module is affected
    • Allows multiple programmers to work on one project
    • Easy to add programs by adding a module