Question

What is the primary role of the "View" in the MVC architecture?

A Handling user input Correct Answer Incorrect Answer
B Managing data storage Correct Answer Incorrect Answer
C Presenting data to the user Correct Answer Incorrect Answer
D Controlling application flow Correct Answer Incorrect Answer
E All of these Correct Answer Incorrect Answer

Solution

The "View" in the MVC architecture is responsible for rendering and presenting data to the user. It defines the user interface components and how they should be displayed to the user. It receives data from the "Model" and displays it in a visually understandable way.

Practice Next

Relevant for Exams:

×
×