Multiple choice technology web technology

In MVC Architecture, the significance of Model is ______.

  1. Business Logic

  2. UI

  3. Control Logic

  4. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In MVC (Model-View-Controller) architecture, the Model represents the business logic and data layer. It encapsulates the application's data, business rules, and validation logic, independent of how the data is displayed or processed.