Home / CSE MCQs / Data Science Basics and Toolbox MCQs :: Discussion

Discussion :: Data Science Basics and Toolbox MCQs

  1. Point out the wrong statement:
  2. 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

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    The output of the ufunc is not necessarily an ndarray, if all input arguments are not ndarrays.


Be The First To Comment