Tin 10_Kiểu Dữ Liệu Danh Sách trong Python

Quiz
•
Computers
•
10th Grade
•
Medium
Loan Trần
Used 4+ times
FREE Resource
50 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Kiểu dữ liệu danh sách trong Python là gì?
Một chuỗi ký tự.
Một kiểu dữ liệu số.
Một kiểu dữ liệu có nhiều phần tử.
Một kiểu dữ liệu logic.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cú pháp để khởi tạo danh sách rỗng là gì?
list = {}
list = []
list = ()
list = None
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Lệnh nào được sử dụng để truy cập phần tử thứ nhất trong danh sách list1 = [1, 2, 3]?
list1[1]
list1[0]
list1(1)
list1.first()
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Phương thức nào thêm phần tử vào cuối danh sách?
append()
add()
insert()
extend()
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Phép cộng hai danh sách [1, 2] + [3, 4] cho kết quả gì?
[1, 2, 3, 4]
[4, 6]
[1, 5]
[1, 2, 3]
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Lệnh nào được sử dụng để xóa phần tử thứ hai trong danh sách a = [10, 20, 30] ?
del a[2]
a.remove(2)
del a[1]
a.clear()
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Kết quả của len([1, 2, 3]) là gì?
2
3
1
0
Create a free account and access millions of resources
Similar Resources on Wayground
50 questions
Ôn tập học phần 5 - Wordpress

Quiz
•
10th Grade
50 questions
Bìa trắc nghiệm 2-3-4-5-6

Quiz
•
9th - 12th Grade
52 questions
Tin gk2( phần trắc nghiệm)

Quiz
•
10th Grade
53 questions
IC3 GS6 level1 1

Quiz
•
6th Grade - University
45 questions
Lý bản 03

Quiz
•
10th Grade
50 questions
TN TH10 KNTT ON GK2 TRẮC NGHIỆM

Quiz
•
10th Grade
50 questions
ĐỀ CƯƠNG ÔN TẬP TIN 10 CUỐI KÌ I

Quiz
•
10th Grade
51 questions
TRẮC NGHIỆM CHK1 TIN 10 - Marie Curie

Quiz
•
10th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade