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 is indeed the link between a user and the system in MVC (Model-View-Controller) architecture. The controller receives user requests, processes them, interacts with the model, and selects the appropriate view to render. This separation of concerns is fundamental to MVC design patterns used in web applications.