Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

programmers say that one module can ____________ another, meaning that …

Question

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

Explanation:

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.

Answer:

D. call