0
8.5kviews
Differentiate between mental model and implementation model.
1 Answer
| written 6.6 years ago by | • modified 6.6 years ago |
Implementation model or system model is a representation of how a machine or a program actually works, It can be a scheme, description, pseudo code, etc.
Mental model or conceptual model is our explanation of how things work, mental models can be the same as the implementation model, if it …