Systems Flashcards
1
Q
System Representations
A
a) Networks
b) rich pictures/mind maps
c) hierachy trees
d) entity-process diagram
e) logic flow diagrams
f) cross-functional diagrams
g) entailment trees
h) influence (causal-loop) diagrams
i) stock/flow diagrams
2
Q
Developing a system representation
A
- think about the purpose
- list the components
- list the important process or links between components
- choose a representation
- draft the system representation
- check against the ‘Healthy system’ criteria
3
Q
Healthy systems representations have:
A
a) balance
b) completeness
c) cohesion
d) discrimination
e) consistency
4
Q
positive link
A
- means they go up and down together
5
Q
negative link
A
- means when one goes up, the other goes down
6
Q
positive feedback loop
A
- when product of all links is >0
- snowballs to a limit
7
Q
negative feedback loop
A
- when product of all links is < 0
- finds a balance
8
Q
steps in design
A
- think of the processes that interact
- figure out the key variables involved in multiple processes
- start with a simple or fundamental process with a simple explanation
- expand by thinking about when this process does or does not dominate and how other processes interact to give other solutions
- test logic of your diagram
- does this describe every way that ‘x’ could change?
- are there redundant parts?
9
Q
Pitfalls to avoid
A
- no loops, dead-ends
- poor names for variables
- too many links, variables
- two-step loops
- capture causation not correlation