QUESTION IMAGE
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
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.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
Question 19: C. subroutines, procedures, or methods
Question 20: A. in scope