Python Learn Simpli September 6, 2019 no Comments 1. Which is TRUE about Python function among following answers? All of above Function can return another function. It can be passed to another function as argument. It is a first order object. None 2. what should be a private in order to make an instance variable having single underscore before and after the name prefixed by single under score having double underscore before and after the name prefixed by double under score None 3. which of the following keyword(s) used along with ‘else’ clause in Python all of the above try while if None 4. What becomes the Variable used inside a function? None of these Global variable Reference variable Local variable None 5. What does REPL stands for in Python? READ, EVALUATE, PRINT, LOOP NOne RETRIEVE, EVALUATE, PRINT, LOOP READ, EDIT, PRINT, LOOP None 6. Which is not iterable Objects in Python among following options ? String Number Dictionary None 7. Which is not a built-in exception in Python among following options? TypeError ValueError KeywordError ImportError None 8. What kind of relationship exists between inherited class and base class? IS A None HAS A Both None 9. Which statements is not true in the following options? None Indent length may vary for each block Statements in a block must have same indent level. Each block must have same indent level. None 10. For what Commit() method should be executed? Refresh data after execution of query Close table Finalize transactions Close database None Time's up