182k views
0 votes
Select the incorrect mapping between components in PAC and components in MVC

a. Control module of PAC - Controller module of MVC
b. Abstraction module of PAC - Data Model of MVC
c. Presentation module of PAC - View module of MVC
d. Control module of PAC - Control module of MVC

User Sereda
by
8.3k points

1 Answer

6 votes

Final answer:

The incorrect mapping between components in PAC and components in MVC is the Control module of PAC - Control module of MVC.

Step-by-step explanation:

The incorrect mapping between components in PAC and components in MVC is option d. Control module of PAC - Control module of MVC.



In PAC (Presentation-Abstraction-Control) architecture, the Control module is responsible for handling user input and coordinating the activities of the Abstraction module and the Presentation module. In MVC (Model-View-Controller) architecture, the Control module is responsible for accepting user input, updating the Model, and communicating with the View module. Therefore, the correct mapping for the Control module of PAC is the Controller module of MVC.



The incorrect mapping in option d is redundant and does not align with the typical mapping between the components of PAC and MVC.

User Cosmin Ababei
by
7.9k points