Multiple choice technology

In GI MVC Implementation, the General Interface components are broken down into three architectural elements. Name them.

  1. Model

  2. View

  3. Controller

  4. Link

Reveal answer Fill a bubble to check yourself
A,B,C Correct answer
Explanation

The Model-View-Controller (MVC) architectural pattern divides an application into three interconnected components. The Model manages data and business logic, the View handles the presentation and user interface, and the Controller processes user input and coordinates between Model and View. 'Link' is not a standard MVC component.