Assuming that you are designing a software to conduct
a survey to collect data about how much time people do exercise in
a day and save the results in a database. The survey will collect
the information about the city where a person lives and the time
the person does exercise in a day.
1. What modules would you have in the software system? List at
least four modules based on the
model-view-controller structure.
2. Explain how you would use the GUI to collect the user data and
save the data to a table in a
MySQL database.
3. Explain how you would retrieve the data from the table in the
MySQL database and show the
data in the GUI.
Answer -
These are the four modules according to the model-view-controller structure which is the structure in which there is the module for the model that is the data and then the view of the software and last is the interface between the two that is the controller.
Get Answers For Free
Most questions answered within 1 hours.