Kiểu dữ liệu danh sách (Khối 10)

Quiz
•
Computers
•
10th Grade
•
Hard
Kiều Nguyễn
Used 2+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Đối tượng dưới đây thuộc kiểu dữ liệu nào? A = [1, 2, ‘3’]
list.
int.
float.
string.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Phương thức nào sau đây dùng để thêm phần tử vào list trong python?
abs().
link().
append().
add()
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Danh sách A sẽ như thế nào sau các lệnh sau? >>> A = [2, 3, 5, 6] >>> A.append(4) >>> del (A[2])
2, 3, 4, 5, 6, 4.
2, 3, 4, 5, 6.
2, 4, 5, 6.
2, 3, 6, 4.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Lệnh nào để duyệt từng phần tử của danh sách?
for.
while – for.
for kết hợp với lệnh range().
while kết hợp với lệnh range().
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Lệnh xoá một phần tử của một danh sách A có chỉ số i là:
list.del(i).
A.del(i).
del A[i].
A.del[i].
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Muốn gọi đến phần tử đầu tiên trong danh sách a ta dùng lệnh gì?
a.[1]
a[0]
a.0
a[]
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Giả sử A = [2, 4, '5', 'Hà Nội', 'Việt Nam', 9]. Hãy cho biết kết quả của câu lệnh 4 in A?
True
False
true
false
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Kiểm tra kiến thức Python

Quiz
•
10th Grade
15 questions
TIN HỌC 10 - B14: Kiểu dữ liệu danh sách

Quiz
•
10th Grade
10 questions
Bài 22-Kiểu dữ liệu danh sách

Quiz
•
10th Grade
15 questions
tinGk

Quiz
•
10th Grade
10 questions
Bài 26-Hàm trong Python

Quiz
•
10th Grade
10 questions
Bài tập Logo

Quiz
•
1st - 12th Grade
10 questions
Trắc nghiệm Bài 26 Hàm trong Python

Quiz
•
10th Grade
15 questions
KNTT 10 BÀI 22

Quiz
•
10th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

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

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade