QuestionQ76
Software Development and DesignA network engineer created an application that automates configuration tasks. The engineer used the MVC model for the application's design. It includes a web interface for users to interact with it, gather configuration directives for particular devices, and communicate with network devices through REST-based APIs.
What is an advantage of the model component in the MVC design in this scenario?
- A It contains data and responds to state queries and updates.
- B It keeps views and controllers updated during the execution.
- C It defines main application behavior and contains functions to run.
- D It renders the data for easy use by the remaining parts of the design.
Community Discussion