Kiểm tra kiến thức về thư viện NumPy trong Python

Kiểm tra kiến thức về thư viện NumPy trong Python

Professional Development

15 Qs

quiz-placeholder

Similar activities

Talkshow AI - FPTPoly - KM - XLDL

Talkshow AI - FPTPoly - KM - XLDL

Professional Development

10 Qs

Algo 1

Algo 1

Professional Development

10 Qs

Wirusy komputerowe

Wirusy komputerowe

1st Grade - Professional Development

13 Qs

Jak bezpiecznie korzystać z komputerów

Jak bezpiecznie korzystać z komputerów

Professional Development

10 Qs

Numpy

Numpy

University - Professional Development

15 Qs

Python Basics

Python Basics

Professional Development

20 Qs

Data Wrangling 01

Data Wrangling 01

Professional Development

10 Qs

Quiz on Machine Learning & Applications

Quiz on Machine Learning & Applications

Professional Development

20 Qs

Kiểm tra kiến thức về thư viện NumPy trong Python

Kiểm tra kiến thức về thư viện NumPy trong Python

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Hoàng Cảnh

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Thư viện nào là một thư viện toán học phổ biến và mạnh mẽ của Python?

Scikit-learn

Matplotlib

NumPy

Pandas

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Lệnh nào được sử dụng để cài đặt thư viện NumPy?

pip install pandas

pip install matplotlib

pip install numpy

pip install scikit-learn

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kích thước của mảng được xác định bởi thuộc tính nào?

dtype

shape

size

ndim

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Hàm nào được sử dụng để tạo mảng hai chiều các phần tử 0 với kích thước 3x4?

np.zeros((3,4), dtype = int)

np.ones((2,3,4), dtype = int)

np.arange(1,7,2)

np.full((2,3),5)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Phép toán nào được sử dụng để thực hiện một số với mảng trong NumPy?

(/)

(+)

(-)

(*)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Hàm nào được sử dụng để lấy giá trị lớn nhất của mảng arr?

arr.max()

np.max(arr)

arr.sum()

np.sum(arr)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Phần tử trong mảng được đánh số từ đâu trở đi?

Từ 1 trở đi

Từ 2 trở đi

Từ 0 trở đi

Từ -1 trở đi

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?