1
numpy-logo

Python NumPy quiz

Do you think you know NumPy? Test your NumPy skills with our NumPy quiz!

1 / 10

How can you concatenate two NumPy arrays ‘arr1’ and ‘arr2’ vertically?

2 / 10

Which NumPy function is used to perform element-wise multiplication of two arrays?

3 / 10

What is the result of the following expression in NumPy: np.arange(1, 10, 2)?

4 / 10

What does the NumPy function np.mean() do?

5 / 10

Which NumPy function is used to create an identity matrix?

6 / 10

What is the correct way to import NumPy in Python?

7 / 10

Which of the following data structures does NumPy introduce?

8 / 10

What is NumPy?

9 / 10

What is the main benefit of using NumPy arrays over Python lists?

10 / 10

How can you reshape a NumPy array with shape (4, 3) into a new array with shape (3, 4)?