Multiple choice technology programming languages

MVC is a software approach that separates application logic from presentation

  1. True

  2. False

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

The Model-View-Controller pattern separates application concerns: Model handles data and business logic, View manages presentation and UI, and Controller processes user input and coordinates Model and View. This separation enables independent development, testing, and maintenance.