Question

What does the "Model" represent in the MVC architecture?

A User interface components Correct Answer Incorrect Answer
B Business logic and data Correct Answer Incorrect Answer
C Visual representation of data Correct Answer Incorrect Answer
D User input handling Correct Answer Incorrect Answer
E None of these Correct Answer Incorrect Answer

Solution

The "Model" in the MVC architecture represents the application's business logic, data storage, and data manipulation. It encapsulates the data and the rules for updating or processing it. It is responsible for maintaining the state and responding to requests from the "Controller."

Practice Next

Relevant for Exams:

×
×