Home »
MCQs »
Full Stack Development MCQs
The role of view in model-view-controller architecture is ____
18. The role of view in model-view-controller architecture is ____.
- Displaying data to the user
- Optimize database queries
- Handle client's request
- Manage server-side routing
Answer: A) Displaying data to the user
Explanation:
The View handles the presentation layer, which involves displaying data and user interfaces to the end-users.