+1 vote
in Software Architecture by (75.2k points)
Which of the following is correct?

(a) Module A uses Module B if a correct version of B must be present for A to execute correctly

(b) Module A calls (or invokes ) module B if  B triggers execution of A

(c) All of the mentioned

(d) None of the mentioned

This question was posed to me in a dream while sleeping

This key question is from Layered Architectures in portion Visibility, Accessibility and Information Hiding of Software Architecture

1 Answer

0 votes
by (46.2k points)
Right choice is (a) Module A uses Module B if a correct version of B must be present for A to execute correctly

The best I can explain: Module A uses Module B if a correct version of B must be present for A to execute correctly and Module A calls (or invokes ) module B if  A triggers execution of B.

Related questions

We welcome you to Carrieradda QnA with open heart. Our small community of enthusiastic learners are very helpful and supportive. Here on this platform you can ask questions and receive answers from other members of the community. We also monitor posted questions and answers periodically to maintain the quality and integrity of the platform. Hope you will join our beautiful community
...