Multiple choice technology architecture

MVC is a _______________

  1. Design pattern

  2. Framework

  3. Architecture

  4. All The Above

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

MVC (Model-View-Controller) is a software design pattern that separates an application into three main components: the Model (data), the View (UI), and the Controller (logic). It's not a complete framework itself, though many frameworks implement it. Architecture is a broader concept, and MVC is one specific pattern within software architecture.