Software Engineering
primer-original-v2easySoftware EngineeringDesign PatternsMVCArchitectureprimer-original-v2

In the MVC (Model-View-Controller) pattern, what is the Controller's responsibility?

Answer options

A
Storing application data and business logic
B
Rendering the user interface
C
Handling user input and coordinating between Model and View
D
Managing database connections

Correct answer: Handling user input and coordinating between Model and View

Explanation

Quick AnswerThe correct answer is Handling user input and coordinating between Model and View because it directly addresses the core logic of Software Engineering.

This question has been retained as-is due to its unique context.

Related Software Engineering questions

Practice more Software Engineering questions

PrimerPrep has independently reviewed practice questions and coding exercises — all free.