Multiple choice technology programming languages MVC1 architecture is loosely coupled not coupled tightly coupled coupled Reveal answer Fill a bubble to check yourself C Correct answer Explanation MVC1 architecture is tightly coupled because view and controller logic often mix in the same component (typically JSPs), making separation of concerns difficult. MVC2 improves this with a clear front controller.