Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Theoretical Questions | NumPy
Data Science Interview Challenge

bookTheoretical Questions

メニューを表示するにはスワイプしてください

1. What will the following code output:

2. What does the following code do:

3. How can you extract all items from a NumPy array that are greater than 5?

4. What is the result of the following:

5. If arr is a 1-dimensional NumPy array, what will arr[::2] do?

6. Which of the following will raise an error?

7. How do you calculate the dot product of two arrays a and b?

8. How do you get the unique values from a NumPy array arr?

9. Which method can be used to find the indices of non-zero elements in a NumPy array?

question mark

What will the following code output:

正しい答えを選んでください

question mark

What does the following code do:

正しい答えを選んでください

question mark

How can you extract all items from a NumPy array that are greater than 5?

正しい答えを選んでください

question mark

What is the result of the following:

正しい答えを選んでください

question mark

If arr is a 1-dimensional NumPy array, what will arr[::2] do?

正しい答えを選んでください

question mark

Which of the following will raise an error?

正しい答えを選んでください

question mark

How do you calculate the dot product of two arrays a and b?

すべての正しい答えを選択

question mark

How do you get the unique values from a NumPy array arr?

正しい答えを選んでください

question mark

Which method can be used to find the indices of non-zero elements in a NumPy array?

正しい答えを選んでください

すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 2.  6

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

セクション 2.  6
some-alt