Please help.
15. What is an Associative Array? A type whose variables may store different data type values at different times. A data type in Python that can store different data types and is an immutable homogeneous aggregate of data elements in which an individual element is identified by its position in the aggregate. An unordered collection of data elements that are indexed by an equal number of values called keys.
16. General semantics of calls to a subprogram include: Parameter passing methods, saving the execution status of the calling program, and transfer of control to arrange for the return.
All of the above.
17. A base class contains all data and methods which are common to all objects in its inheritance hierarchy. TRUE FALSE
18. Which kind of variable generally has the longest lifetime? A heap-dynamic variable, a stack-dynamic variable, both always have exactly the same lifetime, neither has any lifetime.
19. A variable in Prolog must start with an uppercase V (or an underscore).
TRUE b. FALSE