numpy library

numpy library

University

15 Qs

quiz-placeholder

Similar activities

Khóa Học python cơ bản

Khóa Học python cơ bản

University

20 Qs

Introduction to NumPy (easy)

Introduction to NumPy (easy)

University

10 Qs

Python Quiz 1.6

Python Quiz 1.6

University

12 Qs

Python ir Colab

Python ir Colab

University

17 Qs

Data Analytics using Python - Quiz 2

Data Analytics using Python - Quiz 2

University

15 Qs

C++ Array

C++ Array

University

10 Qs

2D Array and Strings in C

2D Array and Strings in C

University

16 Qs

Data Analytics using Python - Quiz 1

Data Analytics using Python - Quiz 1

University

10 Qs

numpy library

numpy library

Assessment

Quiz

Computers

University

Hard

Created by

ตะวัน ขุนอาสา

Used 7+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

ข้อใดคือตัวแปรประเภท List ในภาษาไพธอน

x=[2,4,8,9,0]

x=(0,9,1,2,4)

x={7,8,9,10,11}

x=<4,7,8,5,2>

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

ข้อใดคือตัวแปร Tuple ในภาษาไพธอน

a=(1,2,3,4,5)

b=[8,7,9]

c=4,5,5,6,'sum'

d={45,25,4.5,9.4}

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

ข้อใดคือผลลัพธ์ของคำสั่ง np.arange(6)

[1,2,3,4,5,6]

[0,1,2,3,4,5]

[0,1,2,3,4]

[1,2,3,4,5,6,7]

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

ข้อใดคือผลลัพธ์ของคำสั่ง np.arange(3,6)

[3,4,5,6]

[3,4,5] 

[1,2,3,4,5,6]

[1,3,6]

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

ข้อใดคือผลลัพธ์ของคำสั่ง np.arange(6, dtype=np.int64)

[1,2,3,4,5,6]

[1,3,5,7,9,11]

[0,1,2,3,4,5]

[1,64]

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

ถ้าใช้คำสั่ง x=np.arange(9) และเรียกดูข้อมูล x[: -2] จะได้ผลลัพธ์เป็นข้อใด

[0,1,2,3,4,5,6]

[0,1,2,3,4,5,6,7,8]

[1,2,3,4,5,6,7,8,9]

[9,8,7,6,5,4,3,2,1]

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

ถ้าใช้คำสั่ง x=np.arange(9) และเรียกดูข้อมูล x[:7 :2] จะได้ผลลัพธ์เป็นข้อใด

[0,1,2,3,4,5,6]

[0,1,2,3,4,5,6,7,8]

[1,2,3,4,5,6,7,8,9]

[0,2,4,6]

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?