A) The elimination of redundant, or repetitious code.
B) The availability of detailed docstring data.
C) The hiding of complicated processes.
D) The use of a bottom-up approach to design.
Correct Answer
verified
Multiple Choice
A) terminator value
B) base case
C) recursion factor
D) step counter
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) It allows for the creation of an anonymous function, which contains the names of its arguments and a single expression.
B) It creates an overloaded function, such that the function can be repurposed on the fly.
C) It allows for the tracking of use of a targeted function.
D) It allows for multiple higher-order functions to be utilized on the same selection statements.
Correct Answer
verified
True/False
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) mapping
B) filtering
C) reducing
D) associating
Correct Answer
verified
Multiple Choice
A) mapping
B) filtering
C) reducing
D) associating
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) The function succeeds, because the module variable is considered global in scope.
B) The function succeeds, but the value is appended to the variable.
C) The function fails, and an out of scope error message is raised.
D) Python creates a temporary variable with the same name, and the value of that variable exists only within the scope of the function.
Correct Answer
verified
True/False
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) data map
B) structure map
C) structure chart
D) program flowchart
Correct Answer
verified
Multiple Choice
A) relation
B) relevance
C) lifetime
D) scope
Correct Answer
verified
Multiple Choice
A) recursive function
B) repeating function
C) duplicating function
D) compounding function
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) A problem is solved by employing a large task force to evaluate the cause.
B) A problem is solved by redesigning and repurposing existing software.
C) A solution is created to solve a problem, and individual issues are resolved as they are encountered.
D) A problem is decomposed into smaller problems, which are gradually solved to produce a solution.
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) Parameters for a function receive values when they are declared.
B) When module variables are introduced in a program, they are immediately given a value.
C) A nested variable can assign value to a variable outside of its scope.
D) Temporary values receive their values as soon as they are introduced.
Correct Answer
verified
Multiple Choice
A) role-based access design
B) responsibility-driven design
C) delegated assignment design
D) task abstraction design
Correct Answer
verified
Showing 21 - 40 of 50
Related Exams