Question 16236 – UGC NET Dec-2020 and June-2021 Paper-2
December 3, 2023Question 16238 – UGC NET Dec-2020 and June-2021 Paper-2
December 3, 2023Question 16237 – UGC NET Dec-2020 and June-2021 Paper-2
The V components in MVC are responsible for:
Correct Answer: D
Question 17 Explanation:
MVC (Model-View-Controller) is a pattern in software design commonly used to implement user interfaces, data, and controlling logic. It emphasizes a separation between the software’s business logic and display. This “separation of concerns” provides for a better division of labor and improved maintenance.
The three parts of the MVC software-design pattern can be described as follows:
Model: Manages data and business logic.
View: Handles layout and display.
Controller: Routes commands to the model and view parts.
The three parts of the MVC software-design pattern can be described as follows:
Model: Manages data and business logic.
View: Handles layout and display.
Controller: Routes commands to the model and view parts.
Business logic and domain objects.
Security of the system.
Translating between user interface actions/events and operations on the domain objects.
User interface.
Subscribe
Login
0 Comments