
Ôn Tập Tin Học 10
Authored by honglien Nguyen
Computers
10th Grade

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
51 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Mã lỗi ngoại lệ của lệnh sau là float(“5 + 3 - 2”)
IndexError
TypeError
SyntaxError
ValueError
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Câu lệnh nào sau đây KHÔNG báo lỗi?
float(4+9)
int(“6+8”)
int(“5.5”)
float(“4+5+6”)
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Kết quả của đoạn chương trình sau: x=2028 if (x%4==0 and x%100!=0) or x%400==0: print("Năm",x,"là năm nhuận") else: print("Năm",x,"không phải là năm nhuận")
Năm 2028.
2028.
Năm 2028 không phải là năm nhuận.
Năm 2028 là năm nhuận.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cho x = True, y = False, z=False. Cho biết giá trị của biểu thức sau: not((x or y ) and z )
True
False
x
1
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Kết quả của chương trình sau: x = 1 y = 5 while x < y: print(x, end = " ") x = x + 1
1 2 3 4 5.
2 3 4.
1 2 3 4.
2 3 4 5.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cho đoạn chương trình: S = 0 for i in range(8): S = S + i print(S) Sau khi thực hiện chương trình giá trị của biến S bằng bao nhiêu?
28.
21.
36.
27.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cho đoạn chương trình: S = 0 for i in range(6): S = S*2+i print(S) Sau khi thực hiện chương trình giá trị của biến S bằng bao nhiêu?
16.
26.
27.
57.
Access all questions and much more by creating a free account
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
Already have an account?