Table of Contents
For each software application to develop, you should perform a modeling of the different parts that compose the application before proceeding with the specific programming code implementation. In this way, the modeling will help you to have a clear and objective view of your application that you will implement later.
Among the aspects to model in a software application, the program data is one of them. This includes whichever information that can be relevant or that your program will have to use.
The first phase of data modeling, implies to do a collection of graphical, text, etc. notations that will represent the information that the application will manage, their relationships, etc. but expressed in a way that is independent from the used programming language. In later phases, decisions must be done about how this information must be stored for an specific application or/and programming language, taking into account the particular features of the programming language to use.
Indeed, there are high level modeling languages such as UML (Unified Modeling Language) for helping in these tasks, but they are not learning objectives for this course.
For each sentence, marks if it is True or False