Beginner
Web & Software Development
Q27 / 100
What is the MVC design pattern?
Correct! Well done.
Incorrect.
The correct answer is B) Model-View-Controller — separates data (Model), presentation (View), and user interaction handling (Controller)
B
Correct Answer
Model-View-Controller — separates data (Model), presentation (View), and user interaction handling (Controller)
Explanation
MVC: Model (data, business logic), View (presentation, UI), Controller (handles requests, updates model/view). Used in Rails, Django, Spring MVC, Laravel. Enables separation of concerns and testability.
Progress
27/100