Question 1
What does the dtype attribute of a numpy array represent?
Question 2
What function is used to create a numpy array from a regular python list?
Question 3
What is the primary data structure used in numpy?
Question 4
Which of the following statements is true about numpy arrays?
Question 5
What is the result of multiplying two numpy arrays with the * operator?
Question 6
How can you find the maximum value in numpy array?
Question 7
Which of the following is a valid way to create a numpy array with all elements initialized to zero?
Question 8
How can you access elements in a 2-dimensional numpy array?
Question 9
What is the purpose of numpy's reshape() function?
Question 10
Which function is used to perform element-wise addition of two numpy arrays?