
Ôn Tập Tin Học 10

Quiz
•
Computers
•
10th Grade
•
Hard
honglien Nguyen
FREE Resource
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.
Create a free account and access millions of resources
Similar Resources on Wayground
46 questions
Hệ điều hành và phần mềm

Quiz
•
10th Grade
46 questions
Ôn Thi Giữa Kì 2 - Tin Học 10

Quiz
•
10th Grade
52 questions
KIỂM TRA HỌC KỲ II KHỐI 10

Quiz
•
10th Grade
56 questions
Ôn tập CK 1

Quiz
•
10th Grade
56 questions
Ôn TẬP SỐ 3 HK2 TIN 10

Quiz
•
10th Grade
55 questions
tin học

Quiz
•
10th Grade
46 questions
Kiểm tra Tin học 10

Quiz
•
10th Grade
50 questions
TIN HỌC 6 - ÔN TẬP GK1 2425

Quiz
•
6th Grade - University
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