question 19\ndepending on the programming language being used, modules are also known as ____.\ntasks…

question 19\ndepending on the programming language being used, modules are also known as ____.\ntasks, functions, or methods\nprocedures, functions, or containers\nsubroutines, procedures, or methods\nsubroutines, receptacles, or methods\nquestion 20\nprogrammers say that variables and constants declared within a module are ____ only within that module.\nin scope\nout of scope\nabstracted\nin reference
Answer
Answer:
Question 19: C. subroutines, procedures, or methods Question 20: A. in scope
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.