Home »
MCQs »
Software Architecture MCQs
What do you mean by call and return architecture?
40. What do you mean by call and return architecture?
- This architecture will have a data store at the centre that is constantly updated, added to, deleted, or modified by other components
- A series of computational manipulative components is used to transform input data into output data in this type of architecture
- This type of architecture allows the creation of a program that is easily scalable and modifiable
Answer: C) This type of architecture allows the creation of a program that is easily scalable and modifiable.
Explanation:
A call-and-return architecture allows the creation of a program that is easily scalable and modifiable.