Multiple choice technology programming languages

What is MVC architecture?

  1. Model-View-Controller

  2. Make-Value-Case

  3. Make-Value-Controller

  4. Model-Value-Controller

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

MVC (Model-View-Controller) is a design pattern that separates application logic into three interconnected components: Model (data/business logic), View (presentation/UI), and Controller (input handling and coordination). This separation enables modular development and maintenance.