On This Page

This set of Problem Solving and Python Programming Multiple Choice Questions & Answers (MCQs) focuses on Problem Solving And Python Programming Set 36

Q1 | ]
Q2 | + '3'
Q3 | 43')
Q4 | )
Q5 | Which of the following statements is true?
Q6 | Which of the following is not a standard exception in Python?
Q7 | Syntax errors are also known as parsing errors.
Q8 | An exception is                          
Q9 |                                                exceptions are raised as a result of an error in opening a particular file.
Q10 | Which of the following blocks will be executed whether an exception is thrown or not?
Q11 | Which of these definitions correctly describes a module?
Q12 | Which of the following is not an advantage of using modules?
Q13 | Program code making use of a given module is called a              of the module.
Q14 |              is a string literal denoted by triple quotes for providing the specifications of certain program elements.
Q15 | Which of the following is true about top- down design process?
Q16 | In top-down design every module is broken into same number of submodules.
Q17 | All modular designs are because of a top- down design process.
Q18 | Which of the following is not a valid namespace?
Q19 | Which of the following is false about “import modulename” form of import?
Q20 | Which of the following is false about “from-import” form of import?
Q21 | Which of the statements about modules is false?
Q22 | What is the order of namespaces in which Python looks for an identifier?