System architecture that separates UI, logic, and data is called
2026
System architecture that separates UI, logic, and data is called
- A.
Service-Oriented Architecture (SOA)
- B.
Model-View-Controller (MVC)
- C.
Extract, Transform, Load (ETL)
- D.
API-first
Attempted by 22 students.
Show answer & explanation
Correct answer: B
MVC stands for Model-View-Controller. This architecture separates the user interface (View), business logic (Model), and data handling (Controller) into distinct components for better organization.