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.