programmers say that one module can ____________ another, meaning that the first module causes the second…

programmers say that one module can ____________ another, meaning that the first module causes the second module to execute.\n a. declare\n b. define\n c. enact\n d. call

programmers say that one module can ____________ another, meaning that the first module causes the second module to execute.\n a. declare\n b. define\n c. enact\n d. call

Answer

Answer:

D. call

Brief Explanations:

In programming, when one module causes another to execute, it is said to call the other module. Declaring is for stating the existence of something, defining is for specifying details, and enact is not a typical programming - related term for this context.