
Kiểm tra thường xuyên Tin 10

Quiz
•
Computers
•
9th - 12th Grade
•
Easy
Gọn Bùi
Used 96+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Đối tượng dưới đây thuộc kiểu dữ liệu nào?
A = [1,2,’3’]
A. list
B. int
C. float
D. string
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Phương thức nào sau đây dùng để thêm phần tử vào list trong python?
A. abs()
B. link()
C. append()
D. add()
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Lệnh len() có chức năng gì?
A. Thay đổi giá trị của phần tử
B. Xóa một phần tử của danh sách
C. Tính số phần tử trong danh sách
D. Thêm phần tử vào danh sách.
4.
MULTIPLE CHOICE QUESTION
2 mins • 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])
A. 2,3,4,5,6,4.
B. 2,3,4,5,6.
C. 2,3,5,6
D. 2,3,6,4
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
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))
A. 5
B. 6
C. 7
D. 8
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Cho khai báo mảng sau:
>>>A = [“3456789”]
Để in giá trị phần tử thứ 2 của mảng một chiều A ra màn hình ra viết:
A. print(A[2])
B. print(A[1])
C. print(A[3])
D. print(A[0])
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Ngoài việc kết hợp lệnh for và range để duyệt phần tử trong danh sách, có thể sử dụng câu lệnh nào khác?
A. int
B. while
C. in range
D. in
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
trắc nghiệm tin

Quiz
•
10th Grade
11 questions
TIN HỌC B23_10

Quiz
•
10th Grade
10 questions
K11 - Bài 17

Quiz
•
11th Grade
10 questions
KNTT 12 BÀI 13

Quiz
•
12th Grade - University
10 questions
KIỂM TRA TRẮC NGHIỆM BÀI 15 TIN HỌC 11

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

Quiz
•
10th Grade
10 questions
Kiểu danh sách Python

Quiz
•
10th Grade
10 questions
Bài 25-Một số lệnh làm việc với xâu kí tự

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
30 questions
Introduction to Computers

Quiz
•
8th - 9th 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