Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

question 19 depending on the programming language being used, modules a…

Question

question 19
depending on the programming language being used, modules are also known as ____.
tasks, functions, or methods
procedures, functions, or containers
subroutines, procedures, or methods
subroutines, receptacles, or methods
question 20
programmers say that variables and constants declared within a module are ____ only within that module.
in scope
out of scope
abstracted
in reference

Explanation:

Brief Explanations

Question 19: In programming, modules are often referred to as subroutines, procedures, or methods depending on the language. Question 20: Variables and constants declared within a module are said to be in - scope only within that module, meaning they can be accessed and used within it.

Answer:

Question 19: C. subroutines, procedures, or methods
Question 20: A. in scope