modeling Flashcards
1
Q
What is computer modelling?
A
Any activity that involves using software abstractions to represent a problem.
2
Q
What is a model?
A
A block of code that takes an argument(s) and returns an output(s).
3
Q
What is a scenario?
A
A condition/situation in the environment that can change.
4
Q
What is a simulation?
A
Running a model to allow different scenarios to be tested.
5
Q
What is agent based modelling?
A
A model that simulates the actions and interactions of individual agents within an environment.
6
Q
What are emergent behaviours?
A
Behaviours examined in the environment as a whole but not within individual agents.