Which of the following statements is false?
a. A key programming goal is to avoid “reinventing the wheel.”
b. A module is a file that groups related functions, data and classes.
c. A package groups related modules. Every Python source-code (.py) file you create is a module. They’re typically used to organize a large library’s function-ality into smaller subsets that are easier to maintain and can be imported sepa-rately for convenience.
d. The Python Standard Library module money provides arithmetic capabilities for performing monetary calculations.
d. The Python Standard Library module money provides arithmetic capabilities for performing monetary calculations.
You might also like to view...
Which of the following statements is false?
a. The principle of least privilege states that code should be granted only the amount of privilege and access that it needs to accomplish its designated task, but no more. b. An example of the principle of least privilege is the scope of a local variable, which should not be visible when it’s not needed. This is why a function’s local variables are placed in stack frames on the function-call stack, so they can be used by that function while it executes and go away when it returns. c. Once a stack frame is popped, the memory that was occupied by it can be re-used for new stack frames. d. Functions can see each other’s local variables by accessing each other’s stack frames.
Although ____ reality has been studied for more than 20 years, it is only recently that computers (in the form of smart phones) have gotten portable enough and powerful enough to put this technology into everyday use.
A. Managed B. Consequentialist C. Augmented D. Differential
The source data for a PivotTable can come from any external source in any format
Indicate whether the statement is true or false
When setting up a mail merge document to prepare the envelopes for a set of merged letters, select ____ as the type of document.
A. Directory B. Envelopes C. Labels D. Letters