Chapter 3: Problem 7
What does the phrase "calling a module" mean?
Short Answer
Expert verified
Answer: "Calling a module" in computer programming refers to the process of using the code from a separate file, such as functions, classes, or variables, by invoking or running its functions or methods in the main program. It is important because it makes the code more organized and reusable, allowing programmers to save time and avoid rewriting similar code.