Home / CSE MCQs / Data Science Basics and Toolbox MCQs :: Data Science Data Products,Working with NumPy

CSE MCQs :: Data Science Basics and Toolbox MCQs

  1. Point out the correct statement:
  2. A.
    shiny project is a directory containing at least three parts
    B.
    shiny project is a file containing at least three parts
    C.
    shiny project consist is a directory containing only one part
    D.
    None of the Mentioned

  3. Which of the following function can interrupt execution and can be called continuously ?
  4. A.
    browser()
    B.
    browse()
    C.
    search()
    D.
    All of the Mentioned

  5. Point out the correct statement:
  6. A.
    Slidify allows embedded code chunks
    B.
    Slidify presentation cannot be shared easily
    C.
    Slidify is difficult to use
    D.
    None of the Mentioned

  7. Point out the correct statement:
  8. A.
    gvisAnnotationChart returns list of class gvis" and list"
    B.
    The gvisAreaChart function reads a data.frame and creates text output referring to the Google Visualization API
    C.
    gvisAreaChart returns list of class gvis" and list"
    D.
    All of the Mentioned

  9. Which of the following is used for creating interacting tables ?
  10. A.
    gvisGeoChart
    B.
    gvisTable
    C.
    gvisLineChart
    D.
    All of the Mentioned

  11. Point out the correct statement:
  12. A.
    NumPy's main object is the homogeneous multidimensional array
    B.
    In Numpy, dimensions are called axes
    C.
    Numpy's array class is called ndarray
    D.
    All of the Mentioned

  13. Which of the following function stacks 1D arrays as columns into a 2D array?
  14. A.
    row_stack
    B.
    column_stack
    C.
    com_stack
    D.
    All of the Mentioned

  15. Point out the wrong statement:
  16. A.
    Each universal function takes array inputs and produces array outputs
    B.
    Broadcasting is used throughout NumPy to decide how to handle disparately shaped arrays
    C.
    The output of the ufunc is necessarily an ndarray, if all input arguments are ndarrays
    D.
    All of the Mentioned

  17. Which of the following set the floating-point error callback function or log object ?
  18. A.
    setter
    B.
    settercall
    C.
    setterstack
    D.
    All of the Mentioned