Page 207 - AI Ver 1.0 Class 10
P. 207

10.  Which of the following is correct to calculate XY ?
                       a.  X^Y                                            b.  X*Y
                       c.  X pow Y                                        d.  X**Y

                    11.  Which of the following have the same precedence level?
                       a.  Division, Multiplication, Addition and Subtraction

                       b. Division and Multiplication
                       c.  Subtraction and Division
                       d. Power and Division

                    12.  If x=True, then which among the following is the correct data type of x?
                       a.  Dictionary                                     b.  String

                       c.  Integer                                        d.  Boolean
                    13.  Which of the following is the default character separator for print()?
                       a.  Tab                                            b.  Newline

                       c.  Space                                          d.  Dot

                    14.  Which of the following options displays augmented operator?
                       a.  +                                              b.  //
                       c.  /=                                             d.  Not

                    15.  Which data type will be returned by the value of a=int(‘65’)?
                       a.  Int                                            b.  String

                       c.  Boolean                                        d.  Float
                    16.  Which among the following do we use to give an alternative in an if condition?
                       a.  for                                            b.  elif

                       c.  print                                          d.  input

                    17.  Which of the following data- types stores floating point real numbers?
                       a. float                                           b. complex
                       c. string                                          d. int

                    18.  The operating system supported by the Anaconda.
                       a.  Linux                                          b.  MacOS
                       c.  MS Window                                      d.  All of them


                 B.  Fill in the blanks.
                    1.  Anaconda ………………………. is an alternative to the Anaconda Prompt.

                    2.  ………………………. is an open-source web-based application where a single document contains Python code, output
                       window, explanations, formulas, charts etc.
                    3.  A ………………………. is an important tool that helps you create a unique isolated environment for each project in Python.

                    4.   A ………………………. provides programming language support in Jupyter.




                                                                                           Advance Python   205
   202   203   204   205   206   207   208   209   210   211   212