Multiple choice technology web technology

What is the type of architecture implemented in Bancs Treasury?

  1. MVA

  2. MVC

  3. MVVM

  4. None

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

Bancs Treasury implements the Model-View-Controller (MVC) architecture, which separates application logic into three interconnected components. MVC is the most widely used architectural pattern for web applications, providing clean separation of concerns. MVVM is typically used in desktop and mobile applications with data binding, while MVA is a less common variant.