
ÔN TẬP GIỮA KỲ TIN 10 (4)
Quiz
•
Education
•
Professional Development
•
Hard
Nguyễn Hào
Used 7+ times
FREE Resource
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cho biết kết quả của đoạn chương trình dưới đây:
a = 10
while a < 11:
print(a)
Trên màn hình xuất hiện một số 10.
Trên màn hình xuất hiện 10 chữ a.
Trên màn hình xuất hiện một số 11.
Chương trình bị lặp vô tận.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Mọi quá trình tính toán đều có thể mô tả và thực hiện dựa trên cấu trúc cơ bản là:
Cấu trúc tuần tự.
Cấu trúc rẽ nhánh.
Cấu trúc lặp.
Cả ba cấu trúc trên.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Sau khi thực hiện đoạn chương trình, giá trị của a và b lần lượt là:
a=12; b=16
while a!=b:
if a>b:
a=a-b
else:
b=b-a
print(a)
print(b)
4 và 48
4 và 4
16 và 12
12 và 16
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cho khai báo mảng sau:
A = list(“3456789”)
Để in giá trị phần tử thứ 2 của mảng một chiều A ra màn hình ta viết:
print(A[2]).
print(A[1]).
print(A[3]).
print(A[0]).
5.
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.
6.
MULTIPLE CHOICE QUESTION
30 sec • 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))
5
6
7
8
7.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Toán tử nào dùng để kiểm tra một giá trị có nằm trong danh sách không?
in
int
range
append
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple

Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
20 questions
PRA_UAS_AIJ
Quiz
•
Professional Development
21 questions
Bài ba
Quiz
•
Professional Development
25 questions
Q2练习
Quiz
•
Professional Development
20 questions
HĐTN 8 - Chủ đề 6 (trắc nghiệm)
Quiz
•
Professional Development
20 questions
CODE STORM
Quiz
•
Professional Development
20 questions
Dr.S.Uma's Principles of Management Quiz
Quiz
•
University - Professi...
20 questions
Test Big Data Analytics (3)
Quiz
•
Professional Development
20 questions
Củng cố giao tiếp phi ngôn ngữ
Quiz
•
KG - Professional Dev...
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
11 questions
NEASC Extended Advisory
Lesson
•
9th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
10 questions
Boomer ⚡ Zoomer - Holiday Movies
Quiz
•
KG - University
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
20 questions
Multiplying and Dividing Integers
Quiz
•
7th Grade