Multiple choice technology programming languages

A controller is the link between a user and the system.

  1. True

  2. False

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

A controller in MVC architecture acts as the intermediary between the user (via the view) and the system (model/business logic). It processes user input, coordinates interactions, determines which business logic to execute, and selects the appropriate view for the response. Without a controller, there would be no structured way to handle user requests and map them to system operations.