[amp_mcq option1=”NumPy main object is the homogeneous multidimensional array” option2=”In Numpy, dimensions are called axes” option3=”Numpy array class is called ndarray” option4=”All of the mentioned” correct=”option4″]
The correct answer is D. All of the mentioned.
NumPy is a Python library that provides a high-performance multidimensional array object. The NumPy array class is called ndarray. The dimensions of an array are called axes.
Here is a brief explanation of each option:
- Option A: NumPy main object is the homogeneous multidimensional array.
This is correct. NumPy’s main object is the homogeneous multidimensional array. A homogeneous multidimensional array is an array that contains elements of the same data type.
- Option B: In Numpy, dimensions are called axes.
This is correct. In NumPy, dimensions are called axes. An axis is a way of organizing the elements of an array.
- Option C: Numpy array class is called ndarray.
This is correct. The NumPy array class is called ndarray. An ndarray is a homogeneous multidimensional array.
- Option D: All of the mentioned.
This is the correct answer. All of the options are correct.