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

Quiz
•
Computers
•
University
•
Hard
ตะวัน ขุนอาสา
Used 7+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
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
Similar Resources on Quizizz
10 questions
Introduction to NumPy (easy)

Quiz
•
University
12 questions
Python Quiz 1.6

Quiz
•
University
15 questions
Data Analytics using Python - Quiz 2

Quiz
•
University
10 questions
C++ Array

Quiz
•
University
14 questions
Data Structure

Quiz
•
University
10 questions
Java Arrays

Quiz
•
University
15 questions
module3

Quiz
•
University
10 questions
Data Analytics using Python - Quiz 1

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade