
Ôn Tập Môn Tin Học 10

Quiz
•
Computers
•
10th Grade
•
Hard
sỹ hồ 11
FREE Resource
88 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Câu 1: Cho khai báo danh sách sau: A = [3, 4, 5, 6, 7, 8, 9] Để in giá trị phần tử thứ 2 của danh sách A ra màn hình ta viết:
print(A[2])
print(A[1])
print(A[3])
print(A[0])
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Câu 2: Đối tượng dưới đây thuộc kiểu dữ liệu nào? A = [1, 2, ‘3’]
list
int
float
string
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Câu 3: Phương thức nào sau đây dùng để thêm phần tử n vào cuối danh sách A trong python?
A. remove(n)
A.insert(n)
A.append(n)
A.len(n)
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Câu 4: Kết quả sau khi thực hiện các câu lệnh sau của danh sách A. 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]
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Câu 5: Kết quả của chương trình sau là gì? A = [2, 3, 5, "python", 6] A.append(4) A.append(2) A.append("x") del(A[2]) print(len(A))
5
6
7
8
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Câu 6: Cho A = ['Trần', 'Hưng', 'C23', 'Đạo', '3', 4.5, 7]. Đâu là giá trị của A[3]?
Hưng
‘Đạo’
‘Trần’
‘3’
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Câu 7: Các lệnh nào sau đây là lệnh xóa toàn bộ dữ liệu của danh sách A?
A.append(x)
A.insert(k, x)
A.clear()
A.remove(x)
Create a free account and access millions of resources
Similar Resources on Wayground
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