asked 48.3k views
1 vote
Which is not component in interaction-oriented software architecture?

a. Data module
b. Control module
c. Data repository
d. View presentation module

asked
User Lacobus
by
8.4k points

1 Answer

4 votes

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.

answered
User Adrian Collado
by
8.0k points