107k views
5 votes
Select incorrect statement about module in interaction-oriented software architecture

a. The view presentation module is responsible for visual or audio data output presentation and may also provide user input interface when necessary.
b. All of the others
c. The data module provides the data abstraction and all core business logic on data processing.
d. The data repository module determines the flow of control involving view selections communications between modules, job dispatching, and certain data initialization and system configuration actions.

User Hsnsd
by
8.8k points

1 Answer

1 vote

Final answer:

The incorrect statement is option d, which incorrectly assigns responsibilities of the control module to the data repository module in interaction-oriented software architecture.

Step-by-step explanation:

The incorrect statement about modules in interaction-oriented software architecture is option d: The data repository module determines the flow of control involving view selections communications between modules, job dispatching, and certain data initialization and system configuration actions.

Typically, in interaction-oriented architecture, the flow of control is handled by a separate control module, not the data repository. The data repository module is generally responsible for data storage and management, not for controlling the flow of application execution. Therefore, option d is incorrect as it inaccurately describes the responsibility of the data repository module.

User Probus
by
8.2k points