Multiple choice technology architecture

MVC1 is used for small scale aplication and MVC2 is used for large scale application. True or false?

  1. True

  2. False

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

This statement is false, so the claimed answer is correct. Neither MVC1 nor MVC2 is inherently limited to small or large-scale applications. The choice between them depends on architectural requirements, maintainability needs, and team preferences - not application scale. MVC2 is generally preferred for complex applications due to better separation of concerns, but both can scale appropriately.