Conceptual model (computer science): Difference between revisions

Content deleted Content added
No edit summary
P4lm0r3 (talk | contribs)
m Deleted some type of vandalism.
Line 1:
Hello its James from H104! Dont copy this! A [[mental model]] captures ideas in a [[problem ___domain]], while a conceptual model represents 'concepts' (entities) and relationships between them.
A Conceptual model in the field of computer science is also known as a [[___domain model]]. Conceptual modeling should not be confused with other modeling disciplines such as [[data modelling]], [[logical modelling]] and [[physical modelling]]. The conceptual model is explicitly chosen to be independent of design or implementation concerns, for example, concurrency or data storage.
The aim of a conceptual model is to express the meaning of terms and concepts used by ___domain experts to discuss the problem, and to find the correct relationships between different concepts. The conceptual model attempts to clarify the meaning of various, usually ambiguous terms, and ensure that problems with different interpretations of the terms and concepts cannot occur. Such differing interpretations could easily cause confusion amongst stakeholders, especially those responsible for designing and implementing a solution, where the conceptual model provides a key artifact of business understanding and clarity. Once the ___domain concepts have been modeled, the model becomes a [[stability (software engineering)|stable]] basis for subsequent development of applications in the ___domain. The concepts of the conceptual model can be mapped into physical design or implementation constructs using either manual or [[Model-driven_development|automated code generation approaches]]. The realization of conceptual models of many domains can be combined to a coherent platform.