Save
...
AS level (y12 content)
3.1 Fundamentals of programming
Structured programming
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Fauzia Habib
Visit profile
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