Final answer:
In interaction-oriented software architecture, a data repository is not a typical component; focus is on interaction and presentation rather than data storage.
Step-by-step explanation:
The question 'Which is not component in interaction-oriented software architecture?' refers to the components that are commonly found in an interaction-oriented software architecture. In this type of architecture, there are typically several key components that facilitate the interaction between different parts of the system.
- Data module
- Control module
- Data repository
- View presentation module
Among the options provided, c. Data repository is not a component in interaction-oriented software architecture. Interaction-oriented architectures are generally more concerned with the way components interact and present data to the user rather than where the data is stored.