Multiple choice technology architecture

Which component represented by the Action Controller in PS?

  1. Controller

  2. View

  3. Model

  4. None of the above

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

In standard MVC architectures, the Action Controller is mapped directly to the Controller component, which handles incoming user requests and orchestrates model and view interactions.