A) A parameter is the name used in the function definition for an argument that is passed to the function when it is called.
B) A parameter is the name used for a function that is then referenced by other parts of the program.
C) A parameter is the name used for data that is returned from the execution of a function.
D) A parameter is the name given to an acceptable range of values that are output from a program.
Correct Answer
verified
True/False
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) contacts.delete()
B) contacts.remove()
C) contacts.clear()
D) contacts.dump()
Correct Answer
verified
Multiple Choice
A) The individual elements within a list are immutable, in that the values cannot be changed.
B) Two lists cannot be concatenated together, without the creation of a third list.
C) A list can be sliced into sublists.
D) When a list is evaluated, the elements are not evaluated.
Correct Answer
verified
True/False
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) list1.extend(list2)
B) list1.append(list2)
C) list2.append(list1)
D) list2.extend(list1)
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) A list is immutable, while a tuple is not.
B) A list is created with elements in parentheses, while a tuple is created with square brackets.
C) A tuple's contents cannot be changed.
D) A tuple can only hold integer and float data.
Correct Answer
verified
Multiple Choice
A) __parent__
B) __name__
C) __operating_mode__
D) __status__
Correct Answer
verified
Multiple Choice
A) ==
B) is
C) !=
D) @!
Correct Answer
verified
True/False
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) lists
B) tuples
C) dictionaries
D) strings
Correct Answer
verified
Multiple Choice
A) books.get()
B) books.pop()
C) books.fetch()
D) books.pull()
Correct Answer
verified
Multiple Choice
A) The function will return a value of False.
B) The function will return a value of True, provided there are no errors.
C) The function will return a NULL value.
D) The function will return a special value of None.
Correct Answer
verified
Multiple Choice
A) A mutator is a method that converts immutable data into mutable data.
B) A mutator is a method used to encrypt text.
C) A mutator is a method that is devoted entirely to the modification of the internal state of an object.
D) A mutator is a method that changes the structure of a block of Python code.
Correct Answer
verified
Multiple Choice
A) matrices
B) tables
C) association lists
D) family trees
Correct Answer
verified
Multiple Choice
A) lists
B) tuples
C) dictionaries
D) strings
Correct Answer
verified
Showing 1 - 20 of 50
Related Exams