Page 1 of 1

Assuming that you are designing a software to conduct a survey to collect data about how much time people do exercise in

Posted: Tue Jul 12, 2022 8:17 am
by answerhappygod
Assuming that you are designing a software to conduct a surveyto collect data about how much time people do exercise in a day andsave the results in a database. The survey will collect theinformation about the city where a person lives and the time theperson does exercise in a day.
1. What modules would you have in the software system? List atleast four modules based on the model-view-controllerstructure.
2. Explain how you would use the GUI to collect the user dataand save the data to a table in a MySQL database.
3. Explain how you would retrieve the data from the table in theMySQL database and show the data in the GUI.