Question: Imagine a web application, built following a MVC architecture, that contains a quiz and a button to score it, When the user presses the Score button, which component should handle the request?

  1. router
  2. controller
  3. model
  4. view

Answer: The correct answer of the above question is Option B:controller