MVC Pattern

12345
Across
  1. 3. It decides what the end user sees.
  2. 4. It turns complex application development into a much more manageable process.
  3. 5. It reduces complexity by dividing an application into three units
Down
  1. 1. It controls how the data is displayed.
  2. 2. It is not suitable for building small applications.
  3. 4. It contains all the data logic.